docs: flex #1446
Annotations
3 errors and 1 notice
[chromium] › ui.spec.ts:51:5 › Using keys for lists works:
tests/ui.spec.ts#L63
1) [chromium] › ui.spec.ts:51:5 › Using keys for lists works ─────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('textbox', { name: 'Cell 0' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByRole('textbox', { name: 'Cell 0' })
61 | await page.getByRole('button', { name: 'Delete cell' }).nth(1).click();
62 |
> 63 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toBeVisible();
| ^
64 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toHaveValue('a');
65 | expect(page.getByRole('textbox', { name: 'Cell 1' })).not.toBeVisible();
66 | expect(page.getByRole('textbox', { name: 'Cell 2' })).toBeVisible();
at /work/tests/ui.spec.ts:63:57
|
[firefox] › ui.spec.ts:51:5 › Using keys for lists works:
tests/ui.spec.ts#L63
2) [firefox] › ui.spec.ts:51:5 › Using keys for lists works ──────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('textbox', { name: 'Cell 0' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByRole('textbox', { name: 'Cell 0' })
61 | await page.getByRole('button', { name: 'Delete cell' }).nth(1).click();
62 |
> 63 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toBeVisible();
| ^
64 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toHaveValue('a');
65 | expect(page.getByRole('textbox', { name: 'Cell 1' })).not.toBeVisible();
66 | expect(page.getByRole('textbox', { name: 'Cell 2' })).toBeVisible();
at /work/tests/ui.spec.ts:63:57
|
[webkit] › ui.spec.ts:51:5 › Using keys for lists works:
tests/ui.spec.ts#L63
3) [webkit] › ui.spec.ts:51:5 › Using keys for lists works ───────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('textbox', { name: 'Cell 0' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByRole('textbox', { name: 'Cell 0' })
61 | await page.getByRole('button', { name: 'Delete cell' }).nth(1).click();
62 |
> 63 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toBeVisible();
| ^
64 | expect(page.getByRole('textbox', { name: 'Cell 0' })).toHaveValue('a');
65 | expect(page.getByRole('textbox', { name: 'Cell 1' })).not.toBeVisible();
66 | expect(page.getByRole('textbox', { name: 'Cell 2' })).toBeVisible();
at /work/tests/ui.spec.ts:63:57
|
🎭 Playwright Run Summary
3 flaky
[chromium] › ui.spec.ts:51:5 › Using keys for lists works ──────────────────────────────────────
[firefox] › ui.spec.ts:51:5 › Using keys for lists works ───────────────────────────────────────
[webkit] › ui.spec.ts:51:5 › Using keys for lists works ────────────────────────────────────────
27 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
15.2 MB |
|