Bump the typescript-eslint group across 1 directory with 2 updates #1105
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors and 1 notice
[firefox] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L1
1) [firefox] › App.test.ts:31:3 › Functionality › Updates card when asked ────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L42
1) [firefox] › 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-b1512…>…</select>
- attempting select option action
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #1
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #2
- waiting 20ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #3
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #4
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #5
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #6
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #7
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #8
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #9
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #10
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #11
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #12
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #13
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #14
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #15
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #16
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #17
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #18
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #19
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #20
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #21
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #22
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
|
[Mobile Safari] › App.test.ts:70:3 › Functionality › Displays solutions for the current hand:
tests/e2e/App.test.ts#L1
2) [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#L98
2) [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').first()
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
|
[Mobile Safari] › App.test.ts:113:3 › Functionality › Updates solutions after hand changes:
tests/e2e/App.test.ts#L1
3) [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#L142
3) [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
|
🎭 Playwright Run Summary
3 flaky
[firefox] › 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
36 passed (2.8m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
Expired
|
13.8 MB |
sha256:77611d8e76175e630f85cb987894d7b3797e20edd1e904e01166b471e453a7e8
|
|