Skip to content

Commit 4832a23

Browse files
authored
test: fix show manual survey e2e test (#497)
1 parent 855aade commit 4832a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)