feat: Introduction of Release Permalinks #1593
Annotations
7 errors, 1 warning, and 1 notice
[chromium] › test_data_table.spec.mjs:75:1 › Test computed column with and without units and adding/deleting rows/cols:
tests/test_data_table.spec.mjs#L228
1) [chromium] › test_data_table.spec.mjs:75:1 › Test computed column with and without units and adding/deleting rows/cols
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: locator('#parameter-units-1-2').locator('text=\\left\\lbrack mm\\right\\rbrack')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for locator('#parameter-units-1-2').locator('text=\\left\\lbrack mm\\right\\rbrack')
226 |
227 | await page.locator('#parameter-units-1-2 >> math-field').click({clickCount: 3});
> 228 | await expect(page.locator('#parameter-units-1-2 >> text=\\left\\lbrack mm\\right\\rbrack')).toBeAttached();
| ^
229 |
230 | // delete first row
231 | await page.locator('#delete-row-1-0').click();
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_data_table.spec.mjs:228:95
|
[chromium] › test_matrix_functions.spec.mjs:366:1 › Test range with expression inputs:
tests/test_matrix_functions.spec.mjs#L375
2) [chromium] › test_matrix_functions.spec.mjs:366:1 › Test range with expression inputs ─────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
373 | await page.waitForSelector('text=Updating...', {state: 'detached'});
374 |
> 375 | let content = await page.textContent(`#result-value-0`);
| ^
376 | expect(content).toBe(String.raw`\begin{bmatrix} 0 \\ 0.1 \\ 0.2 \\ 0.3 \\ 0.4 \\ 0.5 \\ 0.6 \\ 0.7 \\ 0.8 \\ 0.9 \\ 1 \end{bmatrix}`);
377 | });
378 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_functions.spec.mjs:375:28
|
[chromium] › test_plotting.spec.mjs:419:1 › test scatter plot x-y scalar vector mismatch:
tests/test_plotting.spec.mjs#L429
3) [chromium] › test_plotting.spec.mjs:419:1 › test scatter plot x-y scalar vector mismatch ──────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=Both the x and y values need to be a scalar value or a vector')
427 | await page.waitForSelector('.status-footer', { state: 'detached' });
428 |
> 429 | await page.locator('#plot-expression-1-0 >> text=Both the x and y values need to be a scalar value or a vector').waitFor({state: 'attached', timeout: 1000});
| ^
430 |
431 | });
432 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:429:116
|
[firefox] › test_file_save_open.spec.mjs:6:1 › Test local file save and open:
tests/test_file_save_open.spec.mjs#L71
4) [firefox] › test_file_save_open.spec.mjs:6:1 › Test local file save and open ──────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 291
69 | await page.screenshot({ path: `${screenshotDir}/${browserName}_screenshot_file_open_save_check.png`, fullPage: false });
70 |
> 71 | expect(compareImages(`${browserName}_screenshot_file_open_save.png`, `${browserName}_screenshot_file_open_save_check.png`)).toEqual(0);
| ^
72 |
73 | // Attempt to open an image file to make sure there is not a crash and that there is an error message shown
74 | page.once('filechooser', async (fileChooser) => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:71:127
|
[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
5) [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_indexing.spec.mjs:24:1 › Indexing with variable mathematical expression indices:
tests/test_matrix_indexing.spec.mjs#L32
6) [firefox] › test_matrix_indexing.spec.mjs:24:1 › Indexing with variable mathematical expression indices
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
30 | await page.waitForSelector('text=Updating...', {state: 'detached'});
31 |
> 32 | let content = await page.textContent(`#result-value-0`);
| ^
33 | expect(content).toBe(String.raw`a + b + d + f`);
34 | });
35 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_indexing.spec.mjs:32:28
|
[firefox] › test_matrix_inverse.spec.mjs:98:1 › Inverse for nonsquare matrix:
tests/test_matrix_inverse.spec.mjs#L103
7) [firefox] › test_matrix_inverse.spec.mjs:98:1 › Inverse for nonsquare matrix ──────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.status-footer').locator('text=NonSquare')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.status-footer').locator('text=NonSquare')
101 | await page.waitForSelector('text=Updating...', {state: 'detached'});
102 |
> 103 | await expect(page.locator('.status-footer >> text=NonSquare')).toBeVisible();
| ^
104 | });
105 |
106 | test('Inverse for singular matrix', async () => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_inverse.spec.mjs:103:66
|
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
7 flaky
[chromium] › test_data_table.spec.mjs:75:1 › Test computed column with and without units and adding/deleting rows/cols
[chromium] › test_matrix_functions.spec.mjs:366:1 › Test range with expression inputs ──────────
[chromium] › test_plotting.spec.mjs:419:1 › test scatter plot x-y scalar vector mismatch ───────
[firefox] › test_file_save_open.spec.mjs:6:1 › Test local file save and open ───────────────────
[firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
[firefox] › test_matrix_indexing.spec.mjs:24:1 › Indexing with variable mathematical expression indices
[firefox] › test_matrix_inverse.spec.mjs:98:1 › Inverse for nonsquare matrix ───────────────────
9 skipped
762 passed (20.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
15.9 MB |
|
test-results
|
158 MB |
|