diff --git a/TestAutomation/TestSearchFeatures.cs b/TestAutomation/TestSearchFeatures.cs index a757db0..df917bd 100644 --- a/TestAutomation/TestSearchFeatures.cs +++ b/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