Chore/upgrade gh actions (3369) by @laurakwhit (Attempt 1) #6681
Annotations
2 errors and 1 notice
|
Run E2E tests:
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
|
|
Run E2E tests:
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
|
|
Run E2E tests
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.0m)
|
Loading