Set canonical url #1058
Annotations
2 errors and 1 notice
[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
1) [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)
|
[firefox] › test_parse_id_bug.spec.mjs:3:1 › Test parse id bug:
tests/test_parse_id_bug.spec.mjs#L43
2) [firefox] › test_parse_id_bug.spec.mjs:3:1 › Test parse id bug ────────────────────────────────
TimeoutError: locator.textContent: Timeout 120000ms exceeded.
=========================== logs ===========================
waiting for locator('#result-value-18')
============================================================
41 |
42 | await page.locator('text=Updating...').waitFor({state: 'detached', timeout: pyodideLoadTimeout});
> 43 |
| ^
44 | let content = await page.locator('#result-value-18').textContent();
45 | expect(parseLatexFloat(content)).toBeCloseTo(87008.8224822736, precision);
46 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_parse_id_bug.spec.mjs:43:56
|
🎭 Playwright Run Summary
2 flaky
[firefox] › test_file_save_open.spec.mjs:159:1 › Test opening file with results and syntax error
[firefox] › test_parse_id_bug.spec.mjs:3:1 › Test parse id bug ─────────────────────────────────
7 skipped
491 passed (19.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
16.1 MB |
|
test-results
Expired
|
8.59 MB |
|