Skip to content

Commit

Permalink
test: fix show manual survey e2e test (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev authored Aug 6, 2024
1 parent 855aade commit 4832a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/SurveysTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class SurveysTests : CaptainTest
[Fact]
public void ShowManualSurvey()
{
ScrollDown();
ScrollDownLittle();
captain.FindByText("Show Manual Survey").Tap();

captain.WaitForAssertion(() =>
Expand Down

0 comments on commit 4832a23

Please sign in to comment.