Bump @playwright/test from 1.52.0 to 1.53.0 in /webserver in the playwright group #817
tests.yml
on: pull_request
astro-check
29s
Check Typescript types
33s
Run unit tests
22s
Matrix: playwright
Annotations
1 error and 2 notices
[chromium] › e2e/filter.spec.ts:159:1 › History Filters:
webserver/e2e/filter.spec.ts#L174
1) [chromium] › e2e/filter.spec.ts:159:1 › History Filters ───────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:4321/history?filter=2024"
Received string: "http://localhost:4321/history"
Call log:
- Expect "toHaveURL" with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:4321/history"
172 |
173 | await page.getByLabel(/Filter/).fill("2024");
> 174 | await expect(page).toHaveURL("/history?filter=2024");
| ^
175 |
176 | await expect.soft(historyItems.locator("summary")).toHaveText(["Mar 2024"]);
177 |
at /__w/cookbook/cookbook/webserver/e2e/filter.spec.ts:174:22
|
🎭 Playwright Run Summary
37 passed (16.3s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › e2e/filter.spec.ts:159:1 › History Filters ────────────────────────────────────────
36 passed (28.8s)
|