Improvements in DX/Compiler/CI #2589
Annotations
6 errors, 1 warning, 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:135:1 › move to trash › 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#L150
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash › Interact with drive table rows
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- Expected - 2
+ Received + 2
Array [
- /^New Folder 1/,
- /^New Folder 2/,
+ "New Folder 22025-02-04, 12:20Cloud",
+ "New Folder 12025-02-04, 12:20Cloud",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- locator resolved to 0 elements
24 × locator resolved to 2 elements
148 | .goToCategory.trash()
149 | .driveTable.withRows(async (rows) => {
> 150 | await expect(rows).toHaveText([/^New Folder 1/, /^New Folder 2/])
| ^
151 | }))
152 |
153 | test('move (keyboard)', ({ page }) =>
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:150:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:244: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)
|
🔗 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:135:1 › move to trash › 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#L150
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash › Interact with drive table rows
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- Expected - 2
+ Received + 2
Array [
- /^New Folder 1/,
- /^New Folder 2/,
+ "New Folder 22025-02-04, 12:20Cloud",
+ "New Folder 12025-02-04, 12:20Cloud",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
2 × locator resolved to 0 elements
23 × locator resolved to 2 elements
148 | .goToCategory.trash()
149 | .driveTable.withRows(async (rows) => {
> 150 | await expect(rows).toHaveText([/^New Folder 1/, /^New Folder 2/])
| ^
151 | }))
152 |
153 | test('move (keyboard)', ({ page }) =>
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:150:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:244: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)
|
🔗 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:135:1 › move to trash › Interact with drive table rows
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 25000ms exceeded.
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L150
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash › Interact with drive table rows
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- Expected - 2
+ Received + 2
Array [
- /^New Folder 1/,
- /^New Folder 2/,
+ "New Folder 22025-02-04, 12:21Cloud",
+ "New Folder 12025-02-04, 12:21Cloud",
]
Call log:
- expect.toHaveText with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').getByTestId('asset-row')
- locator resolved to 0 elements
24 × locator resolved to 2 elements
148 | .goToCategory.trash()
149 | .driveTable.withRows(async (rows) => {
> 150 | await expect(rows).toHaveText([/^New Folder 1/, /^New Folder 2/])
| ^
151 | }))
152 |
153 | test('move (keyboard)', ({ page }) =>
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:150:26)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:244: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)
|
🔗 Merge into HTML Report:
app/gui/[Dashboard] › integration-test/dashboard/editAssetName.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/editAssetName.spec.ts took 40.8s
|
🔗 Merge into HTML Report
1 flaky
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash ────────────────────
3 skipped
290 passed (5.1m)
|
Loading