Bump typescript-eslint from 8.34.1 to 8.35.1 #1430
Annotations
2 errors and 1 notice
[Mobile Chrome] › tests/e2e/App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L42
1) [Mobile Chrome] › tests/e2e/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] › tests/e2e/App.test.ts:31:3 › Functionality › Updates card when asked:
tests/e2e/App.test.ts#L0
1) [Mobile Chrome] › tests/e2e/App.test.ts:31:3 › Functionality › Updates card when asked ────────
Test timeout of 30000ms exceeded.
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › tests/e2e/App.test.ts:31:3 › Functionality › Updates card when asked ─────────
1 skipped
38 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
|
1.71 MB |
sha256:1f977985543595cbd7e668318411576bf700156a0fa8a082668e8b621beccdab
|
|