Skip to content

Commit a8175c7

Browse files
committed
test: fix show manual survey e2e test
1 parent 855aade commit a8175c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/SurveysTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class SurveysTests : CaptainTest
1010
[Fact]
1111
public void ShowManualSurvey()
1212
{
13-
ScrollDown();
13+
ScrollDownLittle();
1414
captain.FindByText("Show Manual Survey").Tap();
1515

1616
captain.WaitForAssertion(() =>

0 commit comments

Comments
 (0)