Skip to content

Commit

Permalink
Added a test category (dotnet#23428)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo authored and PureWeen committed Jul 4, 2024
1 parent ec7d49d commit 56bba0b
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 56bba0b

Please sign in to comment.