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(); TestReport.ThrowErrors();
} }
[Test]
public void JustFail()
{
TestReport.CheckPassed(false,
new TestMessage { Title = "Should Fail", Description = "Failed" });
}
[Test] [Test]
public void DesktopOpenCloseSearchDialog() public void DesktopOpenCloseSearchDialog()
{ {
Website Website
.Goto() .Goto()
.NavigationBar .NavigationBar

Loading…
Cancel
Save