mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Marking automation tests with "Automation" category
This commit is contained in:
@@ -12,6 +12,7 @@ using OpenQA.Selenium.Remote;
|
|||||||
namespace NzbDrone.Web.UI.Automation
|
namespace NzbDrone.Web.UI.Automation
|
||||||
{
|
{
|
||||||
[Explicit]
|
[Explicit]
|
||||||
|
[TestFixture(Category = "Automation")]
|
||||||
public abstract class AutomationTestBase
|
public abstract class AutomationTestBase
|
||||||
{
|
{
|
||||||
private static readonly EnviromentProvider enviromentProvider = new EnviromentProvider();
|
private static readonly EnviromentProvider enviromentProvider = new EnviromentProvider();
|
||||||
|
@@ -4,10 +4,8 @@ using NzbDrone.Web.UI.Automation.Fluent;
|
|||||||
|
|
||||||
namespace NzbDrone.Web.UI.Automation
|
namespace NzbDrone.Web.UI.Automation
|
||||||
{
|
{
|
||||||
[TestFixture]
|
|
||||||
public class BasicPageFixture : AutomationTestBase
|
public class BasicPageFixture : AutomationTestBase
|
||||||
{
|
{
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void HomePage()
|
public void HomePage()
|
||||||
{
|
{
|
||||||
@@ -22,7 +20,6 @@ namespace NzbDrone.Web.UI.Automation
|
|||||||
Driver.GivenHistoryPage();
|
Driver.GivenHistoryPage();
|
||||||
CaptureScreen();
|
CaptureScreen();
|
||||||
Driver.Should().BeNzbDronePage();
|
Driver.Should().BeNzbDronePage();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -42,7 +39,4 @@ namespace NzbDrone.Web.UI.Automation
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user