You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: abort slow requests when testing with playwright (#2542)
* feat: abort slow requests when testing with playwright
* fix: override default behavior in campaign test to load data from api.
* feat: New test use test fixture
* chore: swithc to using a non relative import
* fix: increase timeout of auth setup
* fix: remove @ from test imports
* feat: mock everything related to user auth instead of logging in
* chore: break out some duplicated code
* chore: add default data option to function
* chore: bump up timeout for now for auth test
* feat: use other fixture as base
* fix: add mission override to other campaign test
* chore: split up network aborts in tests
* fix: mission_list not getting caught
* fix: allow localhost requests to go though
* fix: Increase timeout in expects to 30s
* fix: Add back js and css
---------
Co-authored-by: tcchase <[email protected]>
0 commit comments