Allow generic JDBC connection through Database.connect
(#12331)
#3548
Annotations
4 errors, 2 warnings, and 1 notice
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L1
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) › Interact with drive table rows
Test timeout of 25000ms exceeded.
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L121
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) › Interact with drive table rows
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- Expected - 1
+ Received + 2
Array [
- /^New Folder 1/,
+ "New Folder 22025-03-06, 19:49",
+ "New Folder 12025-03-06, 19:49",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
25 × locator resolved to 2 elements
119 | .press('Mod+V')
120 | .driveTable.withRows(async (rows) => {
> 121 | await expect(rows).toHaveText([/^New Folder 1/])
| ^
122 | })
123 | .driveTable.openDirectory('New Folder 1')
124 | .driveTable.withRows(async (rows) => {
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:121:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:256:17)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:48
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:31)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:141:23
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L1
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) › Interact with drive table rows
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 25000ms exceeded.
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L121
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) › Interact with drive table rows
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- Expected - 1
+ Received + 2
Array [
- /^New Folder 1/,
+ "New Folder 22025-03-06, 19:49",
+ "New Folder 12025-03-06, 19:49",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
24 × locator resolved to 2 elements
119 | .press('Mod+V')
120 | .driveTable.withRows(async (rows) => {
> 121 | await expect(rows).toHaveText([/^New Folder 1/])
| ^
122 | })
123 | .driveTable.openDirectory('New Folder 1')
124 | .driveTable.withRows(async (rows) => {
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:121:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:256:17)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:48
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:31)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:141:23
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
🔗 Merge into HTML Report:
app/gui/[Dashboard] › integration-test/dashboard/delete.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/delete.spec.ts took 16.5s
|
🔗 Merge into HTML Report:
app/gui/[Dashboard] › integration-test/dashboard/createAsset.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/createAsset.spec.ts took 15.2s
|
🔗 Merge into HTML Report
1 flaky
[Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) ──────────────────
2 skipped
218 passed (6.9m)
|
Loading