Bump the minors group across 1 directory with 4 updates #669
tests.yml
on: push
astro-check
26s
Check Typescript types
25s
Run unit tests
24s
Matrix: playwright
Annotations
3 errors, 5 warnings, and 2 notices
[chromium] › edit.spec.ts:143:3 › Logged in › Arrows navigate ingredients:
webserver/e2e/edit.spec.ts#L146
1) [chromium] › 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"]')
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
- locator resolved to <input type="text" value="3-4" placeholder="Amount" name="ingredient.0.amount"/>
- unexpected value "not focused"
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
|
[chromium] › edit.spec.ts:172:3 › Logged in › Can insert ingredients:
webserver/e2e/edit.spec.ts#L1
2) [chromium] › edit.spec.ts:172:3 › Logged in › Can insert ingredients ──────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › edit.spec.ts:172:3 › Logged in › Can insert ingredients:
webserver/e2e/edit.spec.ts#L175
2) [chromium] › edit.spec.ts:172:3 › Logged in › Can insert ingredients ──────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('input[name="ingredient.1.name"]')
173 | // Insert an ingredient between the first and second.
174 | await page.locator('input[name="ingredient.0.name"]').press('Enter');
> 175 | await page.locator('input[name="ingredient.1.name"]').fill("Spices");
| ^
176 |
177 | await page.getByRole("button", { name: "Save" }).click();
178 |
at /__w/cookbook/cookbook/webserver/e2e/edit.spec.ts:175:59
|
Run unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
astro-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Typescript types
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright (prod)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright (dev)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
36 passed (22.5s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › edit.spec.ts:143:3 › Logged in › Arrows navigate ingredients ──────────────────────
[chromium] › edit.spec.ts:172:3 › Logged in › Can insert ingredients ───────────────────────────
34 passed (1.1m)
|