Commit 2c57a88
committed
fix(e2e): use non-burner email domain in mock data
The mock email generator used @example.com which is classified as a
burner email domain by burner-email-providers. This caused the
verifyEmailAddress check in remix-auth-email-link to reject login
attempts for seed users (member-no-transaction, member-edit, etc.),
breaking the Playwright global setup login flow.
Switch to @rumahberbagi.test which is not in the burner list.1 parent fcdcef5 commit 2c57a88
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments