Fix scrollbar in labels #3445
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) ─────────────────
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) ─────────────────
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-04, 11:54",
+ "New Folder 12025-03-04, 11:54",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
23 × 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:257: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) ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 25000ms exceeded.
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts#L419
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 25000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'New Folder', exact: true })
at integration-test/dashboard/actions/DrivePageActions.ts:419
417 | createFolder() {
418 | return this.step('Create folder', async (page) => {
> 419 | await page.getByRole('button', { name: TEXT.newFolder, exact: true }).click()
| ^
420 | await expect(page.locator('input:focus')).toBeVisible()
421 | await page.keyboard.press('Escape')
422 | })
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:419:77)
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)
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)
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/createAsset.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/createAsset.spec.ts took 17.7s
|
🔗 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.4s
|
🔗 Merge into HTML Report
1 flaky
[Dashboard] › integration-test/dashboard/copy.spec.ts:108:1 › move (keyboard) ──────────────────
3 skipped
288 passed (6.6m)
|
Loading