chore: deflake joins e2e tests (#11034)

Previously, data created by other tests was also leaking into unrelated tests, causing them to fail. The new reset-db-between-tests logic added by this PR fixes this. 

Additionally, this increases playwright timeouts for CI, and adds a specific timeout override for opening a drawer, as it was incredibly slow in CI
This commit is contained in:
Alessio Gravili
2025-02-06 19:38:38 -07:00
committed by GitHub
parent 7277f17f14
commit 098fe10ade
31 changed files with 71 additions and 46 deletions

View File

@@ -83,7 +83,7 @@ describe('Localization', () => {
initPageConsoleErrorCatch(page)
client = new RESTClient(null, { defaultSlug: 'users', serverURL })
client = new RESTClient({ defaultSlug: 'users', serverURL })
await client.login()
await ensureCompilationIsDone({ page, serverURL })