Bump the minors group across 1 directory with 4 updates #667
tests.yml
on: pull_request
astro-check
28s
Check Typescript types
25s
Run unit tests
26s
Matrix: playwright
Annotations
2 errors, 5 warnings, and 2 notices
[chromium] › edit.spec.ts:152:3 › Logged in › Can drag ingredients:
webserver/e2e/edit.spec.ts#L1
1) [chromium] › edit.spec.ts:152:3 › Logged in › Can drag ingredients ────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › edit.spec.ts:152:3 › Logged in › Can drag ingredients:
webserver/e2e/edit.spec.ts#L155
1) [chromium] › edit.spec.ts:152:3 › Logged in › Can drag ingredients ────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('input[name="ingredient.2.name"]')
153 | // Make a third ingredient.
154 | await page.locator('input[name="ingredient.1.name"]').press('Enter');
> 155 | await page.locator('input[name="ingredient.2.name"]').fill("Spices");
| ^
156 | // Drag them into the opposite order, using one forward drag and one backward drag.
157 | const ingredients = page.getByRole("group")
158 | .filter({ has: page.getByRole("heading", { name: "Ingredients" }) })
at /__w/cookbook/cookbook/webserver/e2e/edit.spec.ts:155:59
|
Check Typescript types
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
|
Run unit tests
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 (20.1s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › edit.spec.ts:152:3 › Logged in › Can drag ingredients ─────────────────────────────
35 passed (1.0m)
|