usage page #14111
gui-pull-request.yml
on: pull_request
🔍 Files Changed
/
Changed Files
9s
🧹 Prettier
41s
Matrix: 🧰 Checks / 🎭 Playwright Tests
GUI Required Checks
2s
Annotations
11 errors, 10 warnings, and 1 notice
|
🧰 Checks / 👮 Lint GUI
Process completed with exit code 1.
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts#L91
3) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription
Error: expect(locator).toBeHidden() failed
Locator: getByTestId('right-panel').filter({ visible: true }).getByTestId('asset-panel-description')
Expected: hidden
Received: visible
Call log:
- Expect "toBeHidden" with timeout 25000ms
- waiting for getByTestId('right-panel').filter({ visible: true }).getByTestId('asset-panel-description')
27 × locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" writingsuggestions="false" class="cm-content cm-lineWrapping" data-testid="asset-panel-description">…</div>
- unexpected value "visible"
89 | })
90 | .driveTable.clickAway()
> 91 | .do(() => expect(locateRightPanelDescription(page)).toBeHidden())
| ^
92 | .driveTable.clickRow(0)
93 | .do(async () => {
94 | await expect(locateRightPanelDescription(page)).toContainText(
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:91:57)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts#L91
3) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription
Error: expect(locator).toBeHidden() failed
Locator: getByTestId('right-panel').filter({ visible: true }).getByTestId('asset-panel-description')
Expected: hidden
Received: visible
Call log:
- Expect "toBeHidden" with timeout 25000ms
- waiting for getByTestId('right-panel').filter({ visible: true }).getByTestId('asset-panel-description')
27 × locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" writingsuggestions="false" class="cm-content cm-lineWrapping" data-testid="asset-panel-description">…</div>
- unexpected value "visible"
89 | })
90 | .driveTable.clickAway()
> 91 | .do(() => expect(locateRightPanelDescription(page)).toBeHidden())
| ^
92 | .driveTable.clickRow(0)
93 | .do(async () => {
94 | await expect(locateRightPanelDescription(page)).toContainText(
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:91:57)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts#L0
3) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription
Test timeout of 25000ms exceeded.
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts#L222
2) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name)
Error: locator.click: Test timeout of 25000ms exceeded.
Call log:
- waiting for getByTestId('context-menu').getByText(/Rename/)
- locator resolved to <span id=":r147:" slot="label" class="text-primary text-xs leading-[20px] before:h-[2px] after:h-[2px] macos:before:h-[1px] macos:after:h-[3px] flex-col before:block after:block before:flex-none after:flex-none before:w-full after:w-full font-medium">Rename</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is not visible
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
220 | await locateContextMenu(page)
221 | .getByText(/Rename/)
> 222 | .click()
| ^
223 |
224 | const inputEl = locateInput(nameEl)
225 |
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:222:10
at /runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:217:11
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:21
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:14
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts#L222
2) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name)
Error: locator.click: Test timeout of 25000ms exceeded.
Call log:
- waiting for getByTestId('context-menu').getByText(/Rename/)
- locator resolved to <span id=":r147:" slot="label" class="text-primary text-xs leading-[20px] before:h-[2px] after:h-[2px] macos:before:h-[1px] macos:after:h-[3px] flex-col before:block after:block before:flex-none after:flex-none before:w-full after:w-full font-medium">Rename</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is not visible
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
220 | await locateContextMenu(page)
221 | .getByText(/Rename/)
> 222 | .click()
| ^
223 |
224 | const inputEl = locateInput(nameEl)
225 |
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:222:10
at /runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:217:11
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:21
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:14
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts#L0
2) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name)
Test timeout of 25000ms exceeded.
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote):
../../../../../runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts#L356
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote)
Error: locator.click: Test timeout of 25000ms exceeded.
Call log:
- waiting for getByText('Clear Trash')
- locator resolved to <span id=":r92:" class="flex items-center gap-2">Clear Trash</span>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
36 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
at integration-test/actions/DrivePageActions.ts:356
354 | clearTrash() {
355 | return this.step('Clear trash', async (page) => {
> 356 | await page.getByText(TEXT.clearTrash).click()
| ^
357 | await page.getByRole('button', { name: TEXT.delete }).getByText(TEXT.delete).click()
358 | })
359 | }
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:356:45)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:27
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:25)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote):
../../../../../runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts#L356
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote)
Error: locator.click: Test timeout of 25000ms exceeded.
Call log:
- waiting for getByText('Clear Trash')
- locator resolved to <span id=":r92:" class="flex items-center gap-2">Clear Trash</span>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
36 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-v-f8735ac1="" data-v-5a4fad87="" class="CategoryButton">…</div> from <div data-v-5a4fad87="" class="leftBar expanded">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
at integration-test/actions/DrivePageActions.ts:356
354 | clearTrash() {
355 | return this.step('Clear trash', async (page) => {
> 356 | await page.getByText(TEXT.clearTrash).click()
| ^
357 | await page.getByRole('button', { name: TEXT.delete }).getByText(TEXT.delete).click()
358 | })
359 | }
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/DrivePageActions.ts:356:45)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:186:27
at callback (/runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:184:25)
at /runner/_work/enso/enso/app/gui/integration-test/actions/BaseActions.ts:167:31
|
|
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts#L0
1) [Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote)
Test timeout of 25000ms exceeded.
|
|
GUI Required Checks
Process completed with exit code 1.
|
|
🔍 Files Changed / Changed Files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, step-security/changed-files@v45. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧹 Prettier
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 👮 Lint GUI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/save@v4, actions/checkout@v4, actions/setup-node@v4, bazel-contrib/setup-bazel@0.15.0, enso-org/eslint-annotate-action@v3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 👮 Lint GUI
No ESLint report data found. Skipping analysis.
|
|
🧰 Checks / 👮 Lint GUI
No ESLint report files found matching pattern: ./app/*/eslint_report.json
|
|
🧰 Checks / 🎭 Playwright Tests (4, 4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, bazel-contrib/setup-bazel@0.15.0, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 🎭 Playwright Tests (1, 4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, bazel-contrib/setup-bazel@0.15.0, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 🎭 Playwright Tests (3, 4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, bazel-contrib/setup-bazel@0.15.0, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 🎭 Playwright Tests (2, 4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, bazel-contrib/setup-bazel@0.15.0, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧰 Checks / 🔗 Merge Playwright Reports
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 flaky
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/delete.spec.ts:188:1 › clear trash (without directories) (remote)
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/editAssetName.spec.ts:213:3 › edit name (empty name)
[Integration Tests] › ../../../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/rightPanel.spec.ts:73:1 › Asset Panel Decription
6 skipped
215 passed (3.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
2.97 MB |
sha256:8925ad7b9cde0f6c456048922ee6192a0b2c250bc06c42e8691c2afd65ea51b8
|
|
|
blob-report-2
Expired
|
3.49 MB |
sha256:59217096a6bbaae829e8f4c180480cd73ddf4e60dc15d3c5c569cdbb41bdc92c
|
|
|
blob-report-3
Expired
|
253 KB |
sha256:ffef45ee2fcc98ac8bd2c669f2144a9c5cd472d8bf38330966f569ea01fc743f
|
|
|
blob-report-4
Expired
|
277 KB |
sha256:25c9f5fe2ab17bd7abcc5988cff6920ace64bbc0bffbe102f2cc064a770bf23b
|
|
|
playwright-report-1-24668051620
Expired
|
6.81 MB |
sha256:adff1b6b0614089a10f609c132cc88167824493d552d37dcf19349cec93d0be1
|
|