Skip to content

WIP: Use explicit package exports (3355) by @tegan-temporal (Attempt 1) #6653

WIP: Use explicit package exports (3355) by @tegan-temporal (Attempt 1)

WIP: Use explicit package exports (3355) by @tegan-temporal (Attempt 1) #6653

Triggered via pull request April 29, 2026 18:20
Status Success
Total duration 7m 10s
Artifacts 2

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 2 notices
[chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace: tests/e2e/payload-decoder.desktop.spec.ts#L174
1) [chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByRole('textbox') Expected substring: "at workflow" Error: strict mode violation: getByRole('textbox') resolved to 2 elements: 1) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" data-language="json" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByText('{ "stringField": "hello world') 2) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByRole('textbox').filter({ hasText: 'Results will appear upon' }) Call log: - Expect "toContainText" with timeout 10000ms - waiting for getByRole('textbox') 172 | const workflowDetail = new WorkflowDetailPage(page); 173 | await workflowDetail.openCallStack(); > 174 | await expect(workflowDetail.callStackEditor).toContainText('at workflow'); | ^ 175 | }); 176 | }); 177 | at /home/runner/work/ui/ui/tests/e2e/payload-decoder.desktop.spec.ts:174:52
[chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace: tests/e2e/payload-decoder.desktop.spec.ts#L174
1) [chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByRole('textbox') Expected substring: "at workflow" Error: strict mode violation: getByRole('textbox') resolved to 2 elements: 1) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" data-language="json" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByText('{ "stringField": "hello world') 2) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByRole('textbox').filter({ hasText: 'Results will appear upon' }) Call log: - Expect "toContainText" with timeout 10000ms - waiting for getByRole('textbox') 172 | const workflowDetail = new WorkflowDetailPage(page); 173 | await workflowDetail.openCallStack(); > 174 | await expect(workflowDetail.callStackEditor).toContainText('at workflow'); | ^ 175 | }); 176 | }); 177 | at /home/runner/work/ui/ui/tests/e2e/payload-decoder.desktop.spec.ts:174:52
[chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace: tests/e2e/payload-decoder.desktop.spec.ts#L174
1) [chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace Error: expect(locator).toContainText(expected) failed Locator: getByRole('textbox') Expected substring: "at workflow" Error: strict mode violation: getByRole('textbox') resolved to 2 elements: 1) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" data-language="json" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByText('{ "stringField": "hello world') 2) <div aria-label="" translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-readonly="true" aria-multiline="true" contenteditable="false" writingsuggestions="false" class="cm-content cm-lineWrapping">…</div> aka getByRole('textbox').filter({ hasText: 'Results will appear upon' }) Call log: - Expect "toContainText" with timeout 10000ms - waiting for getByRole('textbox') 172 | const workflowDetail = new WorkflowDetailPage(page); 173 | await workflowDetail.openCallStack(); > 174 | await expect(workflowDetail.callStackEditor).toContainText('at workflow'); | ^ 175 | }); 176 | }); 177 | at /home/runner/work/ui/ui/tests/e2e/payload-decoder.desktop.spec.ts:174:52
e2e-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-go@v3, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4.0.0. 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/
integration-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4.0.0. 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
1 flaky [chromium desktop] › tests/e2e/payload-decoder.desktop.spec.ts:171:5 › Payload Decoder › Payload Coverage Workflow › call stack shows stack trace 5 skipped 28 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 187 passed (5.6m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report-e2e
9.07 MB
sha256:338af545047e4798a41656c1f776b5e8356bb88980c635208c2e59a09853a9cf
playwright-report-integration
337 KB
sha256:7c330f5ebf3236d6a14a65960ee3bfef3b454c957c199979c8864641dcff5384