Marking automation tests with "Automation" category

This commit is contained in:
kay.one
2012-02-15 18:22:14 -08:00
parent 61d6a81446
commit dfba627edc
2 changed files with 1 additions and 6 deletions
-6
View File
@@ -4,10 +4,8 @@ using NzbDrone.Web.UI.Automation.Fluent;
namespace NzbDrone.Web.UI.Automation
{
[TestFixture]
public class BasicPageFixture : AutomationTestBase
{
[Test]
public void HomePage()
{
@@ -22,7 +20,6 @@ namespace NzbDrone.Web.UI.Automation
Driver.GivenHistoryPage();
CaptureScreen();
Driver.Should().BeNzbDronePage();
}
[Test]
@@ -42,7 +39,4 @@ namespace NzbDrone.Web.UI.Automation
}
}
}