Skip to content

Commit

Permalink
change enrollment test email to staging.yivi.app
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Jan 24, 2025
1 parent 9982705 commit 08e8fd5
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@irma.app');
await tester.enterText(emailInputFinder, 'test$seed@staging.yivi.app');
await tester.testTextInput.receiveAction(TextInputAction.done);
await tester.pumpAndSettle(const Duration(seconds: 1));

Expand Down

0 comments on commit 08e8fd5

Please sign in to comment.