Skip to content

Commit

Permalink
Refactor ported Xamarin.UITest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored and jfversluis committed Oct 31, 2024
1 parent 2077463 commit 6b24b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public void DoubleTapWithOnlyDoubleTapRecognizerShouldRegisterOneDoubleTap()
App.WaitForElement($"1 {Doubles} on {DoubleTapBoxId}");
}
}
#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public void SingleTapWithMixedRecognizersShouldRegisterSingleTap()
App.WaitForElement($"1 {Singles} on {MixedTapBoxId}");
}
}
#endif
#endif

0 comments on commit 6b24b50

Please sign in to comment.