chore(deps): update dependency cypress to ^15.21.0 (main) #1548
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
10s
Annotations
1 error, 2 warnings, and 3 notices
|
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view:
playwright/e2e/view.spec.ts#L203
1) [chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy="customTableRow"]')
Expected: -1
Received: 3
Timeout: 10000ms
Call log:
- Expect "toHaveCount" with timeout 10000ms
- waiting for locator('[data-cy="customTableRow"]')
- locator resolved to 4 elements
- unexpected value "4"
23 × locator resolved to 3 elements
- unexpected value "3"
201 |
202 | // Verify one row was deleted — toHaveCount retries until the DOM settles
> 203 | await expect(page.locator('[data-cy="customTableRow"]')).toHaveCount(rowCountBefore - 1, { timeout: 10000 })
| ^
204 | })
205 | })
206 |
at /home/runner/work/tables/tables/playwright/e2e/view.spec.ts:203:60
|
|
Playwright (stable33)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
Playwright (stable34)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
84 passed (6.9m)
|
|
🎭 Playwright Run Summary
85 passed (8.0m)
|
|
🎭 Playwright Run Summary
85 passed (9.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
20.5 MB |
sha256:3c469d0b7f64eea067939f50b7f7075a0f9a3a2cc28440941de10c0afe367b3f
|
|