Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorgs committed Nov 17, 2023
1 parent 7ad562e commit f340123
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ void main() {
testWidgets('Verifica botão de voltar', (WidgetTester tester) async {
await tester.pumpWidget(const MaterialApp(home: Inicio()));
await tester.tap(find.text('Vermelho'));
await tester.pumpAndSettle();

final NavigatorState navigator = tester.state(find.byType(Navigator));
navigator.pop();
Expand Down

0 comments on commit f340123

Please sign in to comment.