Skip to content

Commit

Permalink
Fix app_test
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed May 3, 2024
1 parent b3e53b7 commit f7beb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void main() {
await tester.tap(find.byType(SwitchListTile).at(1));
await tester.tap(find.byType(SwitchListTile).at(0));

await tester.tap(find.byType(ElevatedButton));
await tester.tap(find.byType(ElevatedButton).last);
});

testWidgets('Test Message page', (tester) async {
Expand Down

0 comments on commit f7beb40

Please sign in to comment.