Skip to content

Commit

Permalink
Update packages/firebase_ui_auth/test/views/email_link_sign_in_view_t…
Browse files Browse the repository at this point in the history
…est.dart
  • Loading branch information
lesnitsky authored Aug 24, 2023
1 parent 8a4ebbd commit e97d8ce
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ void main() {
body: EmailLinkSignInView(
provider: emailLinkProvider, auth: auth),
),
))))));
),
),
),
),
),
);
await tester.tap(find.textContaining("Push"));
await tester.pumpAndSettle();
final button = find.text(labels.goBackButtonLabel);
Expand Down

0 comments on commit e97d8ce

Please sign in to comment.