fix: fix cell drag to reorder #1162
Annotations
3 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L156
1) [firefox] › test_file_save_open.spec.mjs:120:1 › Repeated open failure bug ────────────────────
TimeoutError: locator.textContent: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('#result-value-17')
============================================================
154 | await page.locator('#result-value-1').waitFor({state: "detached", timeout: 1000});
155 |
> 156 | });
| ^
157 |
158 |
159 | test('Test clearing results on valid input after page initial load form file', async ({ page, browserName }) => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:156:52
|
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L174
2) [firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
172 | const path = "tests/test_sheet_with_results.epxyz";
173 | page.on('filechooser', async (fileChooser) => {
> 174 | await fileChooser.setFiles(path);
| ^
175 | });
176 | await page.locator('#open-sheet').click();
177 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:174:5)
|
Run Playwright tests:
tests/test_insert_sheet.spec.mjs#L32
3) [firefox] › test_insert_sheet.spec.mjs:15:1 › Test sheet insertion ────────────────────────────
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('h3').locator('text=Retrieving Sheet') to be detached
locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-…>Retrieving Sheet</h3>
============================================================
30 | await page.locator('ul[role="group"] >> text=Mechanical Properties of Metals').click();
31 | await page.locator('text=Confirm').click();
> 32 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
| ^
33 |
34 | await page.waitForSelector('.status-footer', { state: 'detached' });
35 | let content = await page.locator('#result-value-0').textContent();
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_insert_sheet.spec.mjs:32:53
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
3 flaky
[firefox] › test_file_save_open.spec.mjs:120:1 › Repeated open failure bug ─────────────────────
[firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error
[firefox] › test_insert_sheet.spec.mjs:15:1 › Test sheet insertion ─────────────────────────────
7 skipped
514 passed (16.0m)
|
Loading