mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-25 02:30:20 +02:00
Marking automation tests with "Automation" category
This commit is contained in:
parent
61d6a81446
commit
dfba627edc
@ -12,6 +12,7 @@
|
||||
namespace NzbDrone.Web.UI.Automation
|
||||
{
|
||||
[Explicit]
|
||||
[TestFixture(Category = "Automation")]
|
||||
public abstract class AutomationTestBase
|
||||
{
|
||||
private static readonly EnviromentProvider enviromentProvider = new EnviromentProvider();
|
||||
|
@ -4,10 +4,8 @@
|
||||
|
||||
namespace NzbDrone.Web.UI.Automation
|
||||
{
|
||||
[TestFixture]
|
||||
public class BasicPageFixture : AutomationTestBase
|
||||
{
|
||||
|
||||
[Test]
|
||||
public void HomePage()
|
||||
{
|
||||
@ -22,7 +20,6 @@ public void HistoryPage()
|
||||
Driver.GivenHistoryPage();
|
||||
CaptureScreen();
|
||||
Driver.Should().BeNzbDronePage();
|
||||
|
||||
}
|
||||
|
||||
[Test]
|
||||
@ -42,7 +39,4 @@ public void SettingsPage()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user