Skip to content

Commit

Permalink
Add additional wait for open modal button
Browse files Browse the repository at this point in the history
  • Loading branch information
sbanni committed Oct 5, 2023
1 parent 67d2ac5 commit e2065cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controls/tests/UITests/Tests/Issues/Issue16321.cs
Expand Up @@ -18,7 +18,7 @@ public void OpenAlertWithModals()
TestDevice.Mac, TestDevice.Windows, TestDevice.Android
});

App.Click("OpenAlertWithModals");
App.WaitForElement("OpenAlertWithModals").Click();
App.WaitForElement("Cancel").Click();
}

Expand All @@ -30,7 +30,7 @@ public void OpenAlertWithNewUIWindow()
TestDevice.Mac, TestDevice.Windows, TestDevice.Android
});

App.Click("OpenAlertWithNewUIWindow");
App.WaitForElement("OpenAlertWithNewUIWindow").Click();
App.WaitForElement("Cancel").Click();
}
}
Expand Down

0 comments on commit e2065cf

Please sign in to comment.