ci: remove release.yml workflow #1592
Annotations
2 errors, 1 warning, and 1 notice
[chromium] › test_matrix_transpose.spec.mjs:42:1 › Matrix transpose with variable matrix and using keyboard shortcut:
tests/test_matrix_transpose.spec.mjs#L49
1) [chromium] › test_matrix_transpose.spec.mjs:42:1 › Matrix transpose with variable matrix and using keyboard shortcut
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-1')
47 | await page.waitForSelector('text=Updating...', {state: 'detached'});
48 |
> 49 | let content = await page.textContent(`#result-value-1`);
| ^
50 | expect(content).toBe(String.raw`\begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix}`);
51 | });
52 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_transpose.spec.mjs:49:28
|
[firefox] › test_matrix_inverse.spec.mjs:114:1 › Inverse of symbolic matrix:
tests/test_matrix_inverse.spec.mjs#L119
2) [firefox] › test_matrix_inverse.spec.mjs:114:1 › Inverse of symbolic matrix ───────────────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
117 | await page.waitForSelector('text=Updating...', {state: 'detached'});
118 |
> 119 | let content = await page.textContent(`#result-value-0`);
| ^
120 | expect(content).toBe('\\begin{bmatrix} \\frac{d}{a \\cdot d - b \\cdot c} & - \\frac{b}{a \\cdot d - b \\cdot c} \\\\ - \\frac{c}{a \\cdot d - b \\cdot c} & \\frac{a}{a \\cdot d - b \\cdot c} \\end{bmatrix}');
121 | });
122 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_inverse.spec.mjs:119: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
2 flaky
[chromium] › test_matrix_transpose.spec.mjs:42:1 › Matrix transpose with variable matrix and using keyboard shortcut
[firefox] › test_matrix_inverse.spec.mjs:114:1 › Inverse of symbolic matrix ────────────────────
9 skipped
767 passed (20.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
15.9 MB |
|
test-results
|
41.6 MB |
|