Testing test fail via Actions
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
using Discord;
|
||||||
using TestAutomation.Utils;
|
using TestAutomation.Utils;
|
||||||
|
|
||||||
namespace TestAutomation;
|
namespace TestAutomation;
|
||||||
@@ -17,6 +18,13 @@ 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()
|
||||||
|
|||||||
Reference in New Issue
Block a user