Removing failing test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user