local centric #145
Annotations
4 errors and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard:
playwright/e2e/viewer.spec.ts#L44
1) [chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitem', { name: 'Download screenshot' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Download screenshot' })
42 |
43 | // Wait for the "Download screenshot" menu item
> 44 | await expect(page.getByRole('menuitem', { name: 'Download screenshot' })).toBeVisible({ timeout: 5000 })
| ^
45 |
46 | // Close the menu
47 | await page.getByTestId('main-menu-trigger').click({ force: true })
at /home/runner/work/whiteboard/whiteboard/playwright/e2e/viewer.spec.ts:44:76
|
|
[chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard:
playwright/e2e/viewer.spec.ts#L44
1) [chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitem', { name: 'Download screenshot' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Download screenshot' })
42 |
43 | // Wait for the "Download screenshot" menu item
> 44 | await expect(page.getByRole('menuitem', { name: 'Download screenshot' })).toBeVisible({ timeout: 5000 })
| ^
45 |
46 | // Close the menu
47 | await page.getByTestId('main-menu-trigger').click({ force: true })
at /home/runner/work/whiteboard/whiteboard/playwright/e2e/viewer.spec.ts:44:76
|
|
[chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard:
playwright/e2e/viewer.spec.ts#L44
1) [chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard ───────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitem', { name: 'Download screenshot' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Download screenshot' })
42 |
43 | // Wait for the "Download screenshot" menu item
> 44 | await expect(page.getByRole('menuitem', { name: 'Download screenshot' })).toBeVisible({ timeout: 5000 })
| ^
45 |
46 | // Close the menu
47 | await page.getByTestId('main-menu-trigger').click({ force: true })
at /home/runner/work/whiteboard/whiteboard/playwright/e2e/viewer.spec.ts:44:76
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › playwright/e2e/viewer.spec.ts:21:1 › open a whiteboard ────────────────────────────
3 passed (1.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
675 KB |
sha256:4f62a3da1ac0f714e750c2011d352a0791081f20b3f236c1c7f5286f3f2e3a85
|
|