Bump typescript from 5.7.2 to 5.7.3 #1287
Annotations
8 errors, 1 warning, and 1 notice
[webkit] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L1
1) [webkit] › App.test.ts:31:3 › Functionality › Updates card when asked ─────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L42
1) [webkit] › App.test.ts:31:3 › Functionality › Updates card when asked ─────────────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Card 1')
- locator resolved to <select id="card0" required="" name="card0" data-v-b151283c="" class="form-select">…</select>
- attempting select option action
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 20ms
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 100ms
59 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 500ms
40 | const select = page.getByLabel("Card 1");
41 | const currentValue = await select.inputValue();
> 42 | await select.selectOption({ value: `${(Number(currentValue) + 1) % 13}` });
| ^
43 |
44 | const newTitle = await page
45 | .getByTestId("card")
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:42:18
|
[Mobile Chrome] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L1
2) [Mobile Chrome] › App.test.ts:31:3 › Functionality › Updates card when asked ──────────────────
Test timeout of 30000ms exceeded.
|
[Mobile Chrome] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L42
2) [Mobile Chrome] › App.test.ts:31:3 › Functionality › Updates card when asked ──────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Card 1')
- locator resolved to <select id="card0" required="" name="card0" data-v-b151283c="" class="form-select">…</select>
- attempting select option action
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 20ms
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 100ms
59 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 500ms
40 | const select = page.getByLabel("Card 1");
41 | const currentValue = await select.inputValue();
> 42 | await select.selectOption({ value: `${(Number(currentValue) + 1) % 13}` });
| ^
43 |
44 | const newTitle = await page
45 | .getByTestId("card")
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:42:18
|
[Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand:
tests/e2e/App.test.ts#L1
3) [Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand ──
Test timeout of 30000ms exceeded.
|
[Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand:
tests/e2e/App.test.ts#L96
3) [Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand ──
Error: locator.all: Test timeout of 30000ms exceeded.
94 | await button.click();
95 |
> 96 | const solutions = await page.locator("pre").all();
| ^
97 | const texts = await Promise.all(
98 | solutions.map((solution) => solution.innerText()),
99 | );
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:96:49
|
[Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes:
tests/e2e/App.test.ts#L1
4) [Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes ────
Test timeout of 30000ms exceeded.
|
[Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes:
tests/e2e/App.test.ts#L130
4) [Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes ────
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('pre').first()
128 |
129 | await button.click();
> 130 | const solution = await page.locator("pre").first().textContent();
| ^
131 |
132 | for (let i = 0; i < 5; i++) {
133 | const redrawButton = page.getByRole("button", { name: "Draw again" });
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:130:56
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
4 flaky
[webkit] › App.test.ts:31:3 › Functionality › Updates card when asked ──────────────────────────
[Mobile Chrome] › App.test.ts:31:3 › Functionality › Updates card when asked ───────────────────
[Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand ───
[Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes ─────
1 skipped
35 passed (3.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
19.6 MB |
|