Skip to content

fix: add nonindex header to document data #1498

fix: add nonindex header to document data

fix: add nonindex header to document data #1498

Triggered via pull request November 30, 2024 18:11
Status Success
Total duration 25m 33s
Artifacts 2

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 1 warning, and 1 notice
[chromium] › test_matrix_functions.spec.mjs:132:1 › Test min/max of a col vector with units: tests/test_matrix_functions.spec.mjs#L143
1) [chromium] › test_matrix_functions.spec.mjs:132:1 › Test min/max of a col vector with units ─── TimeoutError: page.textContent: Timeout 120000ms exceeded. Call log: - waiting for locator('#result-value-0') 141 | await page.waitForSelector('text=Updating...', {state: 'detached'}); 142 | > 143 | let content = await page.textContent(`#result-value-0`); | ^ 144 | expect(parseLatexFloat(content)).toBeCloseTo(9, precision); 145 | content = await page.textContent('#result-units-0'); 146 | expect(content).toBe('m'); at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_functions.spec.mjs:143:28
[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
[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
3) [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_generated_code.spec.mjs:351:1 › Numpy function rewrite fix: tests/test_generated_code.spec.mjs#L357
4) [firefox] › test_generated_code.spec.mjs:351:1 › Numpy function rewrite fix, sympy #25514 ───── TimeoutError: locator.click: Timeout 120000ms exceeded. Call log: - waiting for locator('#code-gen-1') 355 | await page.setLatex(1, String.raw`y\left(x=1\right)=`); 356 | > 357 | await page.locator('#code-gen-1').click(); | ^ 358 | 359 | let content = await page.locator('code').textContent(); 360 | at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:357:37
[firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality: tests/test_table_cell.spec.mjs#L431
5) [firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ──────────────────── TimeoutError: locator.click: Timeout 120000ms exceeded. Call log: - waiting for locator('#show-all-rows-2') 429 | 430 | // show all rows again and makesure screenshot matches original > 431 | await page.locator('#show-all-rows-2').click(); | ^ 432 | await page.waitForSelector('.status-footer', { state: 'detached' }); 433 | 434 | // switch back to row 2 at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_table_cell.spec.mjs:431:42
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
5 flaky [chromium] › test_matrix_functions.spec.mjs:132:1 › Test min/max of a col vector with units ──── [chromium] › test_plotting.spec.mjs:153:1 › Test plot number of points ───────────────────────── [firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error [firefox] › test_generated_code.spec.mjs:351:1 › Numpy function rewrite fix, sympy #25514 ────── [firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ───────────────────── 9 skipped 762 passed (22.3m)

Artifacts

Produced during runtime
Name Size
screenshots
15.9 MB
test-results
121 MB