Browse Source

Testing test fail via Actions

main
Jonathan McCaffrey 3 years ago
parent
commit
cd317c73fe
  1. 8
      TestAutomation/TestSearchFeatures.cs

8
TestAutomation/TestSearchFeatures.cs

@ -1,3 +1,4 @@
using Discord;
using TestAutomation.Utils;
namespace TestAutomation;
@ -17,6 +18,13 @@ public class TestSearchFeatures : BaseTest
{
TestReport.ThrowErrors();
}
[Test]
public void JustFail()
{
TestReport.CheckPassed(false,
new TestMessage { Title = "Should Fail", Description = "Failed" });
}
[Test]
public void DesktopOpenCloseSearchDialog()

Loading…
Cancel
Save