WIP: svelte5 port #1506
Annotations
10 errors, 1 warning, and 1 notice
[chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
1) [chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
1) [chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
1) [chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points:
tests/test_plotting.spec.mjs#L225
2) [chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3422
223 |
224 | expect(compareImages(linearImageFile, curveImageFile)).toBeGreaterThan(100);
> 225 | expect(compareImages(linearImageFile, twoPointCurveImageFile)).toEqual(0);
| ^
226 | });
227 |
228 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:225:66
|
[chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points:
tests/test_plotting.spec.mjs#L225
2) [chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3422
223 |
224 | expect(compareImages(linearImageFile, curveImageFile)).toBeGreaterThan(100);
> 225 | expect(compareImages(linearImageFile, twoPointCurveImageFile)).toEqual(0);
| ^
226 | });
227 |
228 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:225:66
|
[chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points:
tests/test_plotting.spec.mjs#L225
2) [chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3422
223 |
224 | expect(compareImages(linearImageFile, curveImageFile)).toBeGreaterThan(100);
> 225 | expect(compareImages(linearImageFile, twoPointCurveImageFile)).toEqual(0);
| ^
226 | });
227 |
228 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:225:66
|
[firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
3) [firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
3) [firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet:
tests/test_insert_sheet.spec.mjs#L77
3) [firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 120000ms exceeded.
Call log:
- waiting for locator('input[name="url"]')
75 | await page.locator('text=Insert Sheet').click({timeout: 2000, force: true});
76 |
> 77 | await page.locator('input[name="url"]').fill(sheetUrl.href);
| ^
78 | await page.locator('text=Confirm').click();
79 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
80 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:77:43
|
[chromium] › test_basic.spec.mjs:684:1 › Test exponents:
tests/test_basic.spec.mjs#L689
4) [chromium] › test_basic.spec.mjs:684:1 › Test exponents ───────────────────────────────────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-units-0')
687 | await page.waitForSelector('text=Updating...', {state: 'detached'});
688 |
> 689 | let content = await page.textContent('#result-units-0');
| ^
690 | expect(content).toBe('m');
691 |
692 | await page.forceDeleteCell(0);
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_basic.spec.mjs:689:28
|
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
3 failed
[chromium] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
[chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points ─────────────────────────
[firefox] › test_insert_sheet.spec.mjs:47:1 › Test insert using keyboard shortcut using newly saved sheet
22 flaky
[chromium] › test_basic.spec.mjs:684:1 › Test exponents ────────────────────────────────────────
[chromium] › test_basic.spec.mjs:1831:1 › Test error units applied to variable name ────────────
[chromium] › test_data_table.spec.mjs:505:1 › Test linear interpolation with scaled and offset units
[chromium] › test_data_table.spec.mjs:549:1 › Test polyfit (quadratic and linear) ──────────────
[chromium] › test_data_table.spec.mjs:664:1 › Test excel file import with headers and no units ─
[chromium] › test_fluid_properties.spec.mjs:230:1 › Test incompressible aqueous mass based mixture
[chromium] › test_fluid_properties.spec.mjs:247:1 › Test compressible predefined mixture ───────
[chromium] › test_fluid_properties.spec.mjs:515:1 › Test PropsSI fluid function in numerical solve
[chromium] › test_functions.spec.mjs:56:1 › Test cot, deg conversion with trig functions, and precidence with parens
[chromium] › test_functions.spec.mjs:243:1 › Test floor func ───────────────────────────────────
[chromium] › test_functions.spec.mjs:277:1 › Test round func ───────────────────────────────────
[chromium] › test_matrix_determinant.spec.mjs:36:1 › Determinant of large matrix with units ────
[chromium] › test_matrix_functions.spec.mjs:502:1 › Test average function for matrix with symbolic values
[chromium] › test_matrix_functions.spec.mjs:568:1 › Test stdev function with matrix input ──────
[chromium] › test_matrix_functions.spec.mjs:592:1 › Test stdev with only one input value ───────
[chromium] › test_matrix_inverse.spec.mjs:53:1 › Matrix exponent inverse with variable matrix ──
[chromium] › test_matrix_inverse.spec.mjs:106:1 › Inverse for singular matrix ──────────────────
[chromium] › test_matrix_keyboard.spec.mjs:52:1 › Matrix keyboard entry for two blank matrices ─
[chromium] › test_plotting.spec.mjs:110:1 › Test plot dims with 0 start of range ───────────────
[chromium] › test_system_solve.spec.mjs:413:1 › Test solve with extra variables ────────────────
[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
9 skipped
742 passed (30.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
15.9 MB |
|
test-results
Expired
|
595 MB |
|