Skip to content

Commit

Permalink
Merge pull request #278 from privacybydesign/fix-provide-email-test
Browse files Browse the repository at this point in the history
Test: fix failing provide-email integration test
  • Loading branch information
ivard authored Jun 11, 2024
2 parents 6906676 + 3a3c8ee commit ede644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/enroll_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void main() {

// Enter the rest of the email.
final seed = random.nextInt(1000000).toString();
await tester.enterText(emailInputFinder, 'test$seed@example.com');
await tester.enterText(emailInputFinder, 'test$seed@irma.app');
await tester.testTextInput.receiveAction(TextInputAction.done);
await tester.pumpAndSettle(const Duration(seconds: 1));

Expand Down

0 comments on commit ede644f

Please sign in to comment.