Perf: Optimize pages loading (Filecache path like approach) #758
Annotations
1 error and 1 notice
|
Run Playwright tests:
playwright/e2e/page-share.spec.ts#L62
1) [chromium] › playwright/e2e/page-share.spec.ts:71:2 › Page share enforced password protection › Create share and open share unauthenticated
Error: expect(locator).toBeVisible() failed
Locator: getByRole('dialog', { name: 'Share actions' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Share actions' })
60 |
61 | // With enforcement active, the settings panel opens immediately
> 62 | await expect(shareActionsPanel).toBeVisible()
| ^
63 | // password_policy pre-fills the password field
64 | await expect(shareActionsPanel.locator('input[autocomplete="new-password"]')).not.toHaveValue('')
65 | })
at /home/runner/work/collectives/collectives/playwright/e2e/page-share.spec.ts:62:35
|
|
Run Playwright tests
1 flaky
[chromium] › playwright/e2e/page-share.spec.ts:71:2 › Page share enforced password protection › Create share and open share unauthenticated
19 passed (3.3m)
|
background
wait
wait-all
cancel
parallel
Loading