diff --git a/integration_test/enroll_test.dart b/integration_test/enroll_test.dart index ceb01611..8df77a95 100644 --- a/integration_test/enroll_test.dart +++ b/integration_test/enroll_test.dart @@ -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));