Skip to content

Commit

Permalink
✅ (fix simple app test)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-moz committed Jul 27, 2023
1 parent 1c699bd commit 5c9b38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/simple_app/test/src/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ void main() {
),
);

await tester.pumpAndSettle();
await tester.expectGolden<App>(variant, suffix: 'simple');

final textField = find.byType(TextField);
Expand Down

0 comments on commit 5c9b38d

Please sign in to comment.