Skip to content

Commit

Permalink
Added a test category (#23428)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo authored and PureWeen committed Jul 5, 2024
1 parent 4b05373 commit aeeaf54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public Issue21948(TestDevice device) : base(device) { }
public override string Issue => "Crash upon resuming the app 'window was already activated'";

[Test]
[Category(UITestCategories.Window)]
public void OpenAlertWithModals()
{
App.WaitForElement("button");
Expand Down

0 comments on commit aeeaf54

Please sign in to comment.