feat: auto open diagnostics on error. (#20) #17
Annotations
1 error and 1 notice
|
[chromium] › playwright/app.spec.ts:609:1 › clear styles action opens confirm dialog and clears on confirm:
playwright/app.spec.ts#L625
1) [chromium] › playwright/app.spec.ts:609:1 › clear styles action opens confirm dialog and clears on confirm
Error: expect(locator).toHaveText(expected) failed
Locator: locator('#status')
Expected: "Styles cleared"
Received: "Rendered"
Timeout: 90000ms
Call log:
- Expect "toHaveText" with timeout 90000ms
- waiting for locator('#status')
93 × locator resolved to <div id="status" class="status status--neutral">Rendered</div>
- unexpected value "Rendered"
623 | await expect(dialog).not.toHaveAttribute('open', '')
624 | await expect(cssEditor).toHaveValue('')
> 625 | await expect(page.locator('#status')).toHaveText('Styles cleared')
| ^
626 | })
627 |
628 | test('clearing styles keeps diagnostics error state but resets status styling', async ({
at /home/runner/work/develop/develop/playwright/app.spec.ts:625:41
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/app.spec.ts:609:1 › clear styles action opens confirm dialog and clears on confirm
73 passed (4.2m)
|