Improvements in DX/Compiler/CI #2589
gui-pull-request.yml
on: pull_request
🔍 Files Changed
/
Changed Files
4s
🧹 Prettier
29s
Matrix: 🧰 Checks / 🎭 Playwright Tests
📚 Deploy Storybook
/
🚀 Deploy React to Chromatic
2m 44s
GUI Required Checks
0s
Annotations
6 errors, 1 warning, and 1 notice
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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.
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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)
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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.
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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)
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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.
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash:
../../../../../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)
|
Slow Test:
app/gui/[Dashboard] › integration-test/dashboard/editAssetName.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/editAssetName.spec.ts took 40.8s
|
🎭 Playwright Run Summary
1 flaky
[Dashboard] › integration-test/dashboard/copy.spec.ts:135:1 › move to trash ────────────────────
3 skipped
290 passed (5.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
blob-report-1
|
3.64 MB |
|
blob-report-2
|
167 KB |
|
blob-report-3
|
103 KB |
|
blob-report-4
|
86.4 KB |
|
blob-report-5
|
109 KB |
|
blob-report-6
|
92.1 KB |
|
playwright-report--attempt-1
|
4.11 MB |
|