The anonymous link share tests don't use the authenticatedPage fixture (which implicitly calls setupApiUrl via login()), so the browser was falling back to the default `window.API_URL = '/api/v1'` baked into index.html. That relative path resolved against the preview server port and never reached the API, causing the tests to hang on the NoAuth "Welcome Back" page waiting for elements that never rendered. Adding a beforeEach that calls setupApiUrl() restores these tests. |
||
|---|---|---|
| .. | ||
| e2e | ||
| factories | ||
| fixtures | ||
| support | ||