fix: fix dimension handling for matrix indexing (WIP) #1456
Annotations
10 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/test_plotting.spec.mjs#L54
1) [chromium] › test_plotting.spec.mjs:17:1 › Test plotting ──────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 120000ms exceeded.
Call log:
- waiting for locator('button:has-text("All x-axis units must be compatible")') to be visible
52 | await page.locator('#plot-expression-5-1 math-field.editable').type('y(-1<=x<=1)=');
53 | await page.pause();
> 54 | await page.waitForSelector('button:has-text("All x-axis units must be compatible")');
| ^
55 | for (let i = 0; i < 12; i++) {
56 | await page.locator('#plot-expression-5-1 math-field.editable').press('Backspace');
57 | }
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:54:14
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L54
1) [chromium] › test_plotting.spec.mjs:17:1 › Test plotting ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 120000ms exceeded.
Call log:
- waiting for locator('button:has-text("All x-axis units must be compatible")') to be visible
52 | await page.locator('#plot-expression-5-1 math-field.editable').type('y(-1<=x<=1)=');
53 | await page.pause();
> 54 | await page.waitForSelector('button:has-text("All x-axis units must be compatible")');
| ^
55 | for (let i = 0; i < 12; i++) {
56 | await page.locator('#plot-expression-5-1 math-field.editable').press('Backspace');
57 | }
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:54:14
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L54
1) [chromium] › test_plotting.spec.mjs:17:1 › Test plotting ──────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 120000ms exceeded.
Call log:
- waiting for locator('button:has-text("All x-axis units must be compatible")') to be visible
52 | await page.locator('#plot-expression-5-1 math-field.editable').type('y(-1<=x<=1)=');
53 | await page.pause();
> 54 | await page.waitForSelector('button:has-text("All x-axis units must be compatible")');
| ^
55 | for (let i = 0; i < 12; i++) {
56 | await page.locator('#plot-expression-5-1 math-field.editable').press('Backspace');
57 | }
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:54:14
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L623
2) [chromium] › test_plotting.spec.mjs:615:1 › test scatter plot inconsistent x user unit ────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=All x-axis units must be compatible')
621 | await page.waitForSelector('.status-footer', { state: 'detached' });
622 |
> 623 | await page.locator('#plot-expression-1-0 >> text=All x-axis units must be compatible').waitFor({state: 'attached', timeout: 1000});
| ^
624 |
625 | });
626 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:623:90
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L623
2) [chromium] › test_plotting.spec.mjs:615:1 › test scatter plot inconsistent x user unit ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=All x-axis units must be compatible')
621 | await page.waitForSelector('.status-footer', { state: 'detached' });
622 |
> 623 | await page.locator('#plot-expression-1-0 >> text=All x-axis units must be compatible').waitFor({state: 'attached', timeout: 1000});
| ^
624 |
625 | });
626 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:623:90
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L623
2) [chromium] › test_plotting.spec.mjs:615:1 › test scatter plot inconsistent x user unit ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=All x-axis units must be compatible')
621 | await page.waitForSelector('.status-footer', { state: 'detached' });
622 |
> 623 | await page.locator('#plot-expression-1-0 >> text=All x-axis units must be compatible').waitFor({state: 'attached', timeout: 1000});
| ^
624 |
625 | });
626 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:623:90
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L635
3) [chromium] › test_plotting.spec.mjs:627:1 › test scatter plot inconsistent y user unit ────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=Units Mismatch')
633 | await page.waitForSelector('.status-footer', { state: 'detached' });
634 |
> 635 | await page.locator('#plot-expression-1-0 >> text=Units Mismatch').waitFor({state: 'attached', timeout: 1000});
| ^
636 |
637 | });
638 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:635:69
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L635
3) [chromium] › test_plotting.spec.mjs:627:1 › test scatter plot inconsistent y user unit ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=Units Mismatch')
633 | await page.waitForSelector('.status-footer', { state: 'detached' });
634 |
> 635 | await page.locator('#plot-expression-1-0 >> text=Units Mismatch').waitFor({state: 'attached', timeout: 1000});
| ^
636 |
637 | });
638 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:635:69
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L635
3) [chromium] › test_plotting.spec.mjs:627:1 › test scatter plot inconsistent y user unit ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=Units Mismatch')
633 | await page.waitForSelector('.status-footer', { state: 'detached' });
634 |
> 635 | await page.locator('#plot-expression-1-0 >> text=Units Mismatch').waitFor({state: 'attached', timeout: 1000});
| ^
636 |
637 | });
638 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:635:69
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L741
4) [chromium] › test_plotting.spec.mjs:734:1 › test parametric plot with incompatible x-axis user unit
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('#plot-expression-1-0').locator('text=All x-axis units must be compatible')
739 | await page.waitForSelector('.status-footer', { state: 'detached' });
740 |
> 741 | await page.locator('#plot-expression-1-0 >> text=All x-axis units must be compatible').waitFor({state: 'attached', timeout: 1000});
| ^
742 | });
743 |
744 | test('test parametric plot with incompatible y-axis user unit', async ({ browserName }) => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:741:90
|
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/
|
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/
|
Run Playwright tests
10 failed
[chromium] › test_plotting.spec.mjs:17:1 › Test plotting ───────────────────────────────────────
[chromium] › test_plotting.spec.mjs:615:1 › test scatter plot inconsistent x user unit ─────────
[chromium] › test_plotting.spec.mjs:627:1 › test scatter plot inconsistent y user unit ─────────
[chromium] › test_plotting.spec.mjs:734:1 › test parametric plot with incompatible x-axis user unit
[chromium] › test_plotting.spec.mjs:744:1 › test parametric plot with incompatible y-axis user unit
[firefox] › test_plotting.spec.mjs:17:1 › Test plotting ────────────────────────────────────────
[firefox] › test_plotting.spec.mjs:615:1 › test scatter plot inconsistent x user unit ──────────
[firefox] › test_plotting.spec.mjs:627:1 › test scatter plot inconsistent y user unit ──────────
[firefox] › test_plotting.spec.mjs:734:1 › test parametric plot with incompatible x-axis user unit
[firefox] › test_plotting.spec.mjs:744:1 › test parametric plot with incompatible y-axis user unit
1 flaky
[firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
9 skipped
738 passed (29.9m)
|
Loading