Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Close popup before exiting test (#13242)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Dec 28, 2020
1 parent a054afd commit fa44c1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void SwipeDisableChildButtonTest()
RunningApp.Tap("SwipeViewContentCheckBoxId");
RunningApp.Tap(SwipeButtonId);
RunningApp.WaitForElement(q => q.Marked(Success));
RunningApp.Tap("Ok");
}
#endif
}
Expand Down

0 comments on commit fa44c1d

Please sign in to comment.