Skip to content

Commit

Permalink
Ui test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Oct 4, 2024
1 parent 3836719 commit 9401811
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public Issue24670(TestDevice testDevice) : base(testDevice)
[Category(UITestCategories.SearchBar)]
public void SearchHandlerFocusAndUnfocusEventsShouldWork()
{
App.WaitForElement("button");
App.Click("button");
App.Click("button");

Expand Down

0 comments on commit 9401811

Please sign in to comment.