Removing failing test

This commit is contained in:
2022-09-03 14:41:30 -04:00
parent 9aa0134b60
commit 56d54b5dea
-9
View File
@@ -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