Skip to content

Bump @playwright/test from 1.52.0 to 1.53.0 in /webserver in the play… #818

Bump @playwright/test from 1.52.0 to 1.53.0 in /webserver in the play…

Bump @playwright/test from 1.52.0 to 1.53.0 in /webserver in the play… #818

Triggered via push June 14, 2025 06:18
Status Success
Total duration 1m 50s
Artifacts

tests.yml

on: push
astro-check
26s
astro-check
Check Typescript types
26s
Check Typescript types
Run unit tests
24s
Run unit tests
Matrix: playwright
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 notices
[chromium] › e2e/edit.spec.ts:143:3 › Logged in › Arrows navigate ingredients: webserver/e2e/edit.spec.ts#L146
1) [chromium] › e2e/edit.spec.ts:143:3 › Logged in › Arrows navigate ingredients ───────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('input[name="ingredient.0.amount"]') Expected: focused Received: inactive Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('input[name="ingredient.0.amount"]') 9 × locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/> - unexpected value "inactive" 144 | for (const field of ["amount", "unit", "name", "preparation"]) { 145 | await page.locator(`input[name="ingredient.1.${field}"]`).press('ArrowUp'); > 146 | await expect(page.locator(`input[name="ingredient.0.${field}"]`)).toBeFocused(); | ^ 147 | await page.locator(`input[name="ingredient.0.${field}"]`).press('ArrowDown'); 148 | await expect(page.locator(`input[name="ingredient.1.${field}"]`)).toBeFocused(); 149 | } at /__w/cookbook/cookbook/webserver/e2e/edit.spec.ts:146:73
🎭 Playwright Run Summary
37 passed (18.8s)
🎭 Playwright Run Summary
1 flaky [chromium] › e2e/edit.spec.ts:143:3 › Logged in › Arrows navigate ingredients ────────────────── 36 passed (34.4s)