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

Commit

Permalink
Remove unnecessary OK button check that won't pass on older Android v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
hartez committed Dec 20, 2018
1 parent a206fa0 commit e9274c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void DatePickerCancelShouldUnfocus()
RunningApp.WaitForElement(q => q.Marked("unfocused"));

RunningApp.Tap(q => q.Marked("Click to focus DatePicker"));
RunningApp.WaitForElement(q => q.Marked("OK"));
Assert.IsTrue(DialogIsOpened(),"Call Focus Picker");

RunningApp.WaitForElement(q => q.Marked("Click to view focus state"));
Expand Down

0 comments on commit e9274c0

Please sign in to comment.