fix: fixed #2158 #336
Annotations
7 errors, 1 warning, and 1 notice
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L1
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L150
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Error: locator.click: Target crashed
=========================== logs ===========================
waiting for locator('.MLK__layer.is-visible .row').locator('> :nth-child(1)')
locator resolved to <div tabindex="-1" id="ML__kbf1pzp" class="action fon…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is not stable - waiting...
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
148 | await page.locator('.ML__virtual-keyboard-toggle').nth(0).click();
149 | const rowLocator = page.locator('.MLK__layer.is-visible .row');
> 150 | await rowLocator.locator('> :nth-child(1)').click(); // shift
| ^
151 | await rowLocator.locator('> :nth-child(2)').click(); // A
152 | await rowLocator.locator('> :nth-child(1)').click(); // shift
153 | await rowLocator.locator('> :nth-child(2)').click(); // a
at /home/runner/work/mathlive/mathlive/test/playwright-tests/virtual-keyboard.spec.ts:150:47
|
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L1
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L150
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target crashed
=========================== logs ===========================
waiting for locator('.MLK__layer.is-visible .row').locator('> :nth-child(1)')
locator resolved to <div tabindex="-1" id="ML__kbi1dez" class="action fon…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is not stable - waiting...
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
148 | await page.locator('.ML__virtual-keyboard-toggle').nth(0).click();
149 | const rowLocator = page.locator('.MLK__layer.is-visible .row');
> 150 | await rowLocator.locator('> :nth-child(1)').click(); // shift
| ^
151 | await rowLocator.locator('> :nth-child(2)').click(); // A
152 | await rowLocator.locator('> :nth-child(1)').click(); // shift
153 | await rowLocator.locator('> :nth-child(2)').click(); // a
at /home/runner/work/mathlive/mathlive/test/playwright-tests/virtual-keyboard.spec.ts:150:47
|
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L1
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/playwright-tests/virtual-keyboard.spec.ts#L150
1) [webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target crashed
=========================== logs ===========================
waiting for locator('.MLK__layer.is-visible .row').locator('> :nth-child(1)')
locator resolved to <div tabindex="-1" id="ML__k3y1o6u" class="action fon…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is not stable - waiting...
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
148 | await page.locator('.ML__virtual-keyboard-toggle').nth(0).click();
149 | const rowLocator = page.locator('.MLK__layer.is-visible .row');
> 150 | await rowLocator.locator('> :nth-child(1)').click(); // shift
| ^
151 | await rowLocator.locator('> :nth-child(2)').click(); // A
152 | await rowLocator.locator('> :nth-child(1)').click(); // shift
153 | await rowLocator.locator('> :nth-child(2)').click(); // a
at /home/runner/work/mathlive/mathlive/test/playwright-tests/virtual-keyboard.spec.ts:150:47
|
Run Playwright tests
Process completed with exit code 1.
|
Run actions/upload-artifact@v3
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 failed
[webkit] › virtual-keyboard.spec.ts:103:5 › Switch layer by shift ──────────────────────────────
2 skipped
99 passed (2.8m)
|
The logs for this run have expired and are no longer available.
Loading