vikunja/frontend/tests
kolaente 51f789bf5c fix(e2e): drain event handlers and stop browser between tests
Async event handlers (via Watermill) from the previous test can hold
SQLite connections, starving the next test's fixture setup PATCH request.

Three changes fix this:

1. Track in-flight event handler goroutines with a WaitGroup.
2. Call WaitForPendingHandlers() in the test endpoint before
   truncating/inserting data.
3. Navigate the browser to about:blank in fixture teardown to stop
   notification polling and other frontend requests between tests.
2026-03-03 10:41:19 +01:00
..
e2e test: add e2e tests for session refresh and retry interceptor 2026-02-25 10:30:25 +01:00
factories chore(deps): update dev-dependencies (major) (#1375) 2026-01-25 21:54:47 +01:00
fixtures test(e2e): add Playwright test for avatar cache invalidation 2026-02-13 09:31:28 +01:00
support fix(e2e): drain event handlers and stop browser between tests 2026-03-03 10:41:19 +01:00