mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Automation ;)
This commit is contained in:
parent
1ee2ae8210
commit
b8def06782
20 changed files with 13853 additions and 11 deletions
13
NzbDrone.Web.UI.Test/Fluent/AssertionExtention.cs
Normal file
13
NzbDrone.Web.UI.Test/Fluent/AssertionExtention.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System.Linq;
|
||||
using OpenQA.Selenium.Remote;
|
||||
|
||||
namespace NzbDrone.Web.UI.Automation.Fluent
|
||||
{
|
||||
public static class AssertionExtention
|
||||
{
|
||||
public static DriverAssertion Should(this RemoteWebDriver actualValue)
|
||||
{
|
||||
return new DriverAssertion(actualValue);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue