fix: don't display context menu button in nested keyboard #1165
Annotations
5 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_plotting.spec.mjs#L210
1) [chromium] › test_plotting.spec.mjs:145:1 › Test plot number of points ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3413
208 | for (let i = 0; i < 40; i++) {
209 | await page.locator('math-field.editable').nth(2).press('Backspace');
> 210 | }
| ^
211 | await page.locator('math-field.editable').nth(2).type('y(0<=x<=1) with 2 points =');
212 |
213 | await page.waitForSelector('.status-footer', { state: 'detached' });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:210:66
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L210
1) [chromium] › test_plotting.spec.mjs:145:1 › Test plot number of points ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3413
208 | for (let i = 0; i < 40; i++) {
209 | await page.locator('math-field.editable').nth(2).press('Backspace');
> 210 | }
| ^
211 | await page.locator('math-field.editable').nth(2).type('y(0<=x<=1) with 2 points =');
212 |
213 | await page.waitForSelector('.status-footer', { state: 'detached' });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:210:66
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L657
2) [chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
Error: expect(received).toBeGreaterThan(expected)
Expected: > 100
Received: 0
655 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:657:72
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L657
2) [chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 100
Received: 0
655 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:657:72
|
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L174
3) [firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
172 | const path = "tests/test_sheet_with_results.epxyz";
173 | page.on('filechooser', async (fileChooser) => {
> 174 | await fileChooser.setFiles(path);
| ^
175 | });
176 | await page.locator('#open-sheet').click();
177 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:174:5)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
3 flaky
[chromium] › test_plotting.spec.mjs:145:1 › Test plot number of points ─────────────────────────
[chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
[firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error
7 skipped
514 passed (15.5m)
|
Loading