Skip to content

Commit

Permalink
Fix open_app_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Nov 6, 2023
1 parent 48d6e10 commit 9791b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/patrol/example/integration_test/open_app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ void main() {
}

await createApp($);
await $.waitUntilVisible($(#counterText));

expect($(#counterText).text, '0');

Expand All @@ -40,6 +41,7 @@ void main() {
}

await createApp($);
await $.waitUntilVisible($(#counterText));

expect($(#counterText).text, '0');

Expand Down

0 comments on commit 9791b8b

Please sign in to comment.