Skip to content

Transfer the data to the kernel #49

Transfer the data to the kernel

Transfer the data to the kernel #49

Triggered via pull request October 26, 2023 07:16
Status Failure
Total duration 8m 57s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 notice
tests/jupyter_sql_cell.spec.ts:261:7 › connect database to cell › Should connect a database to a cell: ui-tests/tests/jupyter_sql_cell.spec.ts#L281
1) tests/jupyter_sql_cell.spec.ts:261:7 › connect database to cell › Should connect a database to a cell Error: expect(locator).toHaveAttribute(expected) Locator: locator('li.jp-DirListing-item').first() Expected string: "csv" Received string: "notebook" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('li.jp-DirListing-item').first() - locator resolved to <li data-isdir="false" data-file-type="notebook" cla…>…</li> - unexpected value "notebook" - locator resolved to <li data-isdir="false" data-file-type="notebook" cla…>…</li> - unexpected value "notebook" - locator resolved to <li data-isdir="false" data-file-type="notebook" cla…>…</li> - unexpected value "notebook" 279 | 280 | await expect(files).toHaveCount(1); > 281 | expect(files.first()).toHaveAttribute('data-file-type', 'csv'); | ^ 282 | }); 283 | 284 | test('Should not create an output file with wrong query', async ({ at /home/runner/work/jupyter-sql-cell/jupyter-sql-cell/ui-tests/tests/jupyter_sql_cell.spec.ts:281:27
tests/jupyter_sql_cell.spec.ts:309:7 › connect database to cell › Should connect several databases to several cells: ui-tests/tests/jupyter_sql_cell.spec.ts#L346
2) tests/jupyter_sql_cell.spec.ts:309:7 › connect database to cell › Should connect several databases to several cells Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('li.jp-DirListing-item') Expected: 2 Received: 1 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('li.jp-DirListing-item') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 344 | await execute.click(); 345 | await page.filebrowser.openDirectory(`${tmpPath}/_sql_output`); > 346 | await expect(files).toHaveCount(2); | ^ 347 | }); 348 | }); 349 | at /home/runner/work/jupyter-sql-cell/jupyter-sql-cell/ui-tests/tests/jupyter_sql_cell.spec.ts:346:25
Integration tests
Process completed with exit code 1.
🎭 Playwright Run Summary
2 failed tests/jupyter_sql_cell.spec.ts:261:7 › connect database to cell › Should connect a database to a cell tests/jupyter_sql_cell.spec.ts:309:7 › connect database to cell › Should connect several databases to several cells 11 passed (1.8m)

Artifacts

Produced during runtime
Name Size
extension-artifacts Expired
908 KB
jupyter_sql_cell-playwright-tests Expired
1.79 MB