Skip to content

feat: scatter plot implementation (WIP) #1004

feat: scatter plot implementation (WIP)

feat: scatter plot implementation (WIP) #1004

Triggered via pull request October 21, 2023 21:54
Status Success
Total duration 39m 14s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 notice
[chromium] › test_piecewise_cell.spec.mjs:61:1 › Test piecewise cell functionality: tests/test_piecewise_cell.spec.mjs#L371
1) [chromium] › test_piecewise_cell.spec.mjs:61:1 › Test piecewise cell functionality ──────────── TimeoutError: locator.waitFor: Timeout 5000ms exceeded. =========================== logs =========================== waiting for locator('h3').locator('text=Retrieving Sheet') to be detached ============================================================ 369 | // retrieve previously saved document from database and check screenshot 370 | await page.goto(`${sheetUrl.pathname}`); > 371 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000}); | ^ 372 | await page.waitForSelector('.status-footer', { state: 'detached', timeout: pyodideLoadTimeout }); 373 | await page.mouse.move(0,0); 374 | await page.keyboard.press('Escape'); at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_piecewise_cell.spec.mjs:371:53
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error: tests/test_file_save_open.spec.mjs#L146
2) [firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error Error: elementHandle.setInputFiles: Target closed 144 | const path = "tests/test_sheet_parsing_error.epxyz"; 145 | page.on('filechooser', async (fileChooser) => { > 146 | await fileChooser.setFiles(path); | ^ 147 | }); 148 | await page.locator('#open-sheet').click(); 149 | at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:146:5)
[firefox] › test_file_save_open.spec.mjs:158:1 › Test clearing results on valid input after page initial load form file: tests/test_file_save_open.spec.mjs#L180
3) [firefox] › test_file_save_open.spec.mjs:158:1 › Test clearing results on valid input after page initial load form file TimeoutError: locator.waitFor: Timeout 1000ms exceeded. =========================== logs =========================== waiting for locator('#result-value-0') ============================================================ 178 | 179 | // wait for results from file to appear > 180 | await page.locator('#result-value-0').waitFor({state: "attached", timeout: 1000}); | ^ 181 | 182 | // change value of initial cell to new valid content, results should be cleared 183 | await page.setLatex(0, '1='); at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:180:41
🎭 Playwright Run Summary
3 flaky [chromium] › test_piecewise_cell.spec.mjs:61:1 › Test piecewise cell functionality ───────────── [firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error [firefox] › test_file_save_open.spec.mjs:158:1 › Test clearing results on valid input after page initial load form file 7 skipped 440 passed (33.7m)

Artifacts

Produced during runtime
Name Size
screenshots Expired
15.9 MB
test-results Expired
9.75 MB