Demonstration of webapp #166
Annotations
1 error and 1 notice
[setup] › admin.setup.ts:3:1 › register as admin:
tests/admin.setup.ts#L29
1) [setup] › admin.setup.ts:3:1 › register as admin ──────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByAltText('gravatar')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByAltText('gravatar')
27 |
28 | // Check that the user is logged in
> 29 | await expect(page.getByAltText("gravatar")).toBeVisible();
| ^
30 |
31 | const authFile = "playwright/.auth/admin.json";
32 | await page.context().storageState({ path: authFile });
at /home/runner/work/haddock3-webapp/haddock3-webapp/tests/admin.setup.ts:29:47
|
🎭 Playwright Run Summary
1 flaky
[setup] › admin.setup.ts:3:1 › register as admin ───────────────────────────────────────────────
12 passed (31.4s)
|