Remove listGroups while building categories #1834
gui-pull-request.yml
on: pull_request
🔍 Files Changed
/
Changed Files
8s
🧹 Prettier
28s
Matrix: 🧰 Checks / 🎭 Playwright Tests
📚 Deploy Storybook
/
🚀 Deploy React to Chromatic
10m 5s
GUI Required Checks
0s
Annotations
3 errors, 7 warnings, and 1 notice
[Dashboard] › integration-test/dashboard/copy.spec.ts:188:1 › duplicate:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts#L390
1) [Dashboard] › integration-test/dashboard/copy.spec.ts:188:1 › duplicate › Create empty project
Error: locator.click: Error: strict mode violation: getByText('New Project', { exact: true }) resolved to 2 elements:
1) <span class="inline-flex items-center justify-center gap-1 w-full">New Project</span> aka getByTestId('drive-view').locator('button').filter({ hasText: 'New Project' })
2) <span id=":r2d:" class="text-invert text-[13.5px] leading-[19px] before:h-[2px] after:h-[2px] macos:before:h-[1px] macos:after:h-[3px] font-medium whitespace-normal flex-col before:block after:block before:flex-none after:flex-none before:w-full after:w-full">New Project</span> aka getByRole('button', { name: 'New Project' })
Call log:
- waiting for getByText('New Project', { exact: true })
at integration-test/dashboard/actions/DrivePageActions.ts:390
388 | return this.step(
389 | 'Create empty project',
> 390 | (page) => page.getByText(TEXT.newEmptyProject, { exact: true }).click(),
| ^
391 | // FIXME[sb]: https://github.com/enso-org/cloud-v2/issues/1615
392 | // Uncomment once cloud execution in the browser is re-enabled.
393 | ) /* .into(EditorPageActions<Context>) */
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:390:71)
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)
|
[Dashboard] › integration-test/dashboard/driveView.spec.ts:12:1 › drive view:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/driveView.spec.ts#L1
2) [Dashboard] › integration-test/dashboard/driveView.spec.ts:12:1 › drive view › Expect placeholder row
Test timeout of 25000ms exceeded.
|
[Dashboard] › integration-test/dashboard/driveView.spec.ts:12:1 › drive view:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts#L304
2) [Dashboard] › integration-test/dashboard/driveView.spec.ts:12:1 › drive view › Expect placeholder row
Error: expect(locator).toHaveCount(expected)
Locator: getByTestId('drive-view').getByRole('table').locator('tbody tr:not([data-testid="asset-row"]):not([data-testid="dummy-row"])')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 25000ms
- waiting for getByTestId('drive-view').getByRole('table').locator('tbody tr:not([data-testid="asset-row"]):not([data-testid="dummy-row"])')
25 × locator resolved to 0 elements
- unexpected value "0"
at integration-test/dashboard/actions/DrivePageActions.ts:304
302 | await expect(locateAssetRows(page)).toHaveCount(0)
303 | const nonAssetRows = locateNonAssetRows(page)
> 304 | await expect(nonAssetRows).toHaveCount(1)
| ^
305 | await expect(nonAssetRows).toHaveText(/This folder is empty/)
306 | })
307 | },
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:304:38
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)
|
🔍 Files Changed / Changed Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧹 Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧰 Checks / 🔗 Merge Playwright Reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
📚 Deploy Storybook / 🚀 Deploy React to Chromatic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
📚 Deploy Storybook / 💬 Comment on PR
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧰 Checks / 👮 Lint GUI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GUI Required Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[Dashboard] › integration-test/dashboard/copy.spec.ts:188:1 › duplicate ────────────────────────
[Dashboard] › integration-test/dashboard/driveView.spec.ts:12:1 › drive view ───────────────────
3 skipped
286 passed (3.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
blob-report-1
Expired
|
4.05 MB |
|
blob-report-2
Expired
|
147 KB |
|
blob-report-3
Expired
|
139 KB |
|
blob-report-4
Expired
|
141 KB |
|
playwright-report--attempt-1
Expired
|
4.41 MB |
|