feat: improved serialization of text mode #382
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors, 1 warning, and 1 notice
[firefox] › virtual-keyboard.spec.ts:38:5 › virtual keyboard with two math fields:
test/playwright-tests/virtual-keyboard.spec.ts#L1
1) [firefox] › virtual-keyboard.spec.ts:38:5 › virtual keyboard with two math fields ─────────────
Test timeout of 30000ms exceeded.
|
[firefox] › virtual-keyboard.spec.ts:38:5 › virtual keyboard with two math fields:
test/playwright-tests/virtual-keyboard.spec.ts#L21
1) [firefox] › virtual-keyboard.spec.ts:38:5 › virtual keyboard with two math fields ─────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByText('=≠').first()
locator resolved to <div tabindex="-1" id="ML__kr7j81" class="big-op hide…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
19 | await page.getByText('zZ').click();
20 | await page.getByRole('toolbar').getByText('123').click();
> 21 | await page.getByText('=≠').first().click();
| ^
22 | await page.getByText('1■−1').click();
23 | await page.getByText('÷■1').click();
24 | await page.getByText('2■2').click();
at virtualKeyboardSample1 (/home/runner/work/mathlive/mathlive/test/playwright-tests/virtual-keyboard.spec.ts:21:38)
at /home/runner/work/mathlive/mathlive/test/playwright-tests/virtual-keyboard.spec.ts:45:27
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[firefox] › virtual-keyboard.spec.ts:38:5 › virtual keyboard with two math fields ──────────────
2 skipped
99 passed (1.9m)
|