Bump the playwright group with 1 update #798
Annotations
4 errors and 1 notice
tests/e2e/App.test.ts#L1
1) [chromium] › App.test.ts:31:3 › Functionality › Updates card when asked ───────────────────────
Test timeout of 30000ms exceeded.
|
tests/e2e/App.test.ts#L42
1) [chromium] › App.test.ts:31:3 › Functionality › Updates card when asked ───────────────────────
Error: locator.selectOption: Target closed
=========================== logs ===========================
waiting for getByLabel('Card 1')
locator resolved to <select id="card0" required="" name="card0" data-v-b1512…>…</select>
selecting specified option(s)
did not find some options - waiting...
============================================================
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
|
tests/e2e/App.test.ts#L1
2) [webkit] › App.test.ts:31:3 › Functionality › Updates card when asked ─────────────────────────
Test timeout of 30000ms exceeded.
|
tests/e2e/App.test.ts#L42
2) [webkit] › App.test.ts:31:3 › Functionality › Updates card when asked ─────────────────────────
Error: locator.selectOption: Target closed
=========================== logs ===========================
waiting for getByLabel('Card 1')
locator resolved to <select id="card0" required="" name="card0" data-v-b1512…>…</select>
selecting specified option(s)
did not find some options - waiting...
============================================================
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
|
|
The logs for this run have expired and are no longer available.
Loading