Default Unit Updates #1055
Annotations
2 errors and 1 notice
[chromium] › test_plotting.spec.mjs:145:1 › Test plot number of points:
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
|
[firefox] › test_file_save_open.spec.mjs:159:1 › Test opening file with results and syntax error:
tests/test_file_save_open.spec.mjs#L170
2) [firefox] › test_file_save_open.spec.mjs:159:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
168 | await page.locator('text=Accept').click();
169 |
> 170 | // open the sheet that causes the error
| ^
171 | const path = "tests/test_sheet_with_results.epxyz";
172 | page.on('filechooser', async (fileChooser) => {
173 | await fileChooser.setFiles(path);
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:170:5)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › test_plotting.spec.mjs:145:1 › Test plot number of points ─────────────────────────
[firefox] › test_file_save_open.spec.mjs:159:1 › Test opening file with results and syntax error
7 skipped
491 passed (18.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
16.1 MB |
|
test-results
Expired
|
11.9 MB |
|