Browse Source

Removing failing test

main
Jonathan McCaffrey 3 years ago
parent
commit
56d54b5dea
  1. 9
      TestAutomation/TestSearchFeatures.cs

9
TestAutomation/TestSearchFeatures.cs

@ -19,18 +19,9 @@ public class TestSearchFeatures : BaseTest
TestReport.ThrowErrors();
}
[Test]
public void JustFail()
{
TestReport.CheckPassed(false,
new TestMessage { Title = "Should Fail", Description = "Failed" });
}
[Test]
public void DesktopOpenCloseSearchDialog()
{
Website
.Goto()
.NavigationBar

Loading…
Cancel
Save