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