Commit e831aa7
committed
fix(e2e): add admin fixture to global setup
The permission-redirect.spec.ts tests use authFixtures.admin,
but the global setup was not generating admin.local.json.
This caused all Admin role tests to fail in CI with:
'ENOENT: no such file or directory, open e2e/fixtures/auth/admin.local.json'1 parent 90d837f commit e831aa7
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments