diff --git a/integration_test/enroll_test.dart b/integration_test/enroll_test.dart index 8df77a95..86f6013d 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@irma.app'); + await tester.enterText(emailInputFinder, 'test$seed@staging.yivi.app'); await tester.testTextInput.receiveAction(TextInputAction.done); await tester.pumpAndSettle(const Duration(seconds: 1));