Bump vitest from 2.0.5 to 2.1.1 #1188
Annotations
4 errors, 1 warning, and 1 notice
tests/e2e/App.test.ts#L1
1) [Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand ──
Test timeout of 30000ms exceeded.
|
tests/e2e/App.test.ts#L98
1) [Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand ──
Error: locator.innerText: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('pre').nth(5)
96 | const solutions = await page.locator("pre").all();
97 | const texts = await Promise.all(
> 98 | solutions.map((solution) => solution.innerText()),
| ^
99 | );
100 | for (const text of texts) {
101 | const numbers = text
at map (/home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:98:44)
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:98:17
|
tests/e2e/App.test.ts#L1
2) [Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes ────
Test timeout of 30000ms exceeded.
|
tests/e2e/App.test.ts#L142
2) [Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes ────
Error: locator.textContent: Target page, context or browser has been closed
140 | await button.click();
141 |
> 142 | const newSolution = await page.locator("pre").first().textContent();
| ^
143 | if (solution !== newSolution) {
144 | return;
145 | }
at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:142:61
|
[webkit] › App.test.ts#L1
[webkit] › App.test.ts took 21.5s
|
|
This job succeeded
Loading