Skip to content

Commit 028f846

Browse files
test
1 parent da04866 commit 028f846

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e/BugReportingTests.cs

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public void ShakeInvocationEvent()
5959
{
6060
if (!Platform.IsIOS) return;
6161

62+
63+
ScrollUp();
6264
captain.FindByText("Shake").Tap();
6365

6466
captain.Shake();
@@ -69,7 +71,9 @@ public void ShakeInvocationEvent()
6971
[Fact]
7072
public void TwoFingersSwipeLeftInvocationEvent()
7173
{
74+
if (!Platform.IsIOS){
7275
ScrollUp();
76+
}
7377
captain.FindByText("Two Fingers Swipe Left").Tap();
7478

7579
Thread.Sleep(500);

0 commit comments

Comments
 (0)