feature: set default sheet config #1490
Annotations
4 errors, 2 warnings, and 1 notice
[firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug:
tests/test_calc.spec.mjs#L422
1) [firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug ───────────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
420 | await page.waitForSelector('.status-footer', {state: 'detached'});
421 |
> 422 | let content = await page.textContent('#result-value-0');
| ^
423 | expect(parseLatexFloat(content)).toBeCloseTo(1, precision);
424 | content = await page.textContent('#result-units-0');
425 | expect(content).toBe('');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_calc.spec.mjs:422:28
|
[firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error:
tests/test_file_save_open.spec.mjs#L147
2) [firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
Error: fileChooser.setFiles: Test ended.
145 | const path = "tests/test_sheet_parsing_error.epxyz";
146 | page.on('filechooser', async (fileChooser) => {
> 147 | await fileChooser.setFiles(path);
| ^
148 | });
149 | await page.locator('#open-sheet').click();
150 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:147:5)
|
[firefox] › test_matrix_multiplication.spec.mjs:335:1 › Cross product with column vectors and numeric entries and incompatible units:
tests/test_matrix_multiplication.spec.mjs#L340
3) [firefox] › test_matrix_multiplication.spec.mjs:335:1 › Cross product with column vectors and numeric entries and incompatible units
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: locator('text=Dimension Error')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for locator('text=Dimension Error')
338 | await page.waitForSelector('text=Updating...', {state: 'detached'});
339 |
> 340 | await expect(page.locator('text=Dimension Error')).toBeAttached();
| ^
341 | });
342 |
343 | test('Cross product with row vectors and symbolic values', async () => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_multiplication.spec.mjs:340:54
|
[firefox] › test_matrix_multiplication.spec.mjs:521:1 › Symbolic matrix multiplication:
tests/test_matrix_multiplication.spec.mjs#L526
4) [firefox] › test_matrix_multiplication.spec.mjs:521:1 › Symbolic matrix multiplication ────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
524 | await page.waitForSelector('text=Updating...', {state: 'detached'});
525 |
> 526 | let content = await page.textContent('#result-value-0');
| ^
527 | expect(content).toBe(String.raw`A \cdot B`);
528 | });
529 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_multiplication.spec.mjs:526:28
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "screenshots", "test-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
4 flaky
[firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug ────────────────
[firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
[firefox] › test_matrix_multiplication.spec.mjs:335:1 › Cross product with column vectors and numeric entries and incompatible units
[firefox] › test_matrix_multiplication.spec.mjs:521:1 › Symbolic matrix multiplication ─────────
9 skipped
763 passed (19.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
15.9 MB |
|
test-results
Expired
|
79.8 MB |
|