Mission Model Canary #4920
canary.yml
on: schedule
canary
/
unit-test
2m 19s
canary
/
e2e-test
9m 40s
Annotations
2 errors and 1 notice
[e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel:
e2e-tests/tests/plan-external-source.test.ts#L1
1) [e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel
Test timeout of 30000ms exceeded.
|
[e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel:
e2e-tests/tests/plan-external-source.test.ts#L207
1) [e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'ExampleExternalSource:example-external-source.json' })
- locator resolved to <button tabindex="0" class="collapse-header st-button st…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
205 | // Expand all collapse buttons and validate fields appear
206 | await page.getByRole('button', { name: `Derivation group ${externalSources.exampleDerivationGroup}` }).click();
> 207 | await page.getByRole('button', { name: `ExampleExternalSource:${externalSources.externalSourceFileName}` }).click();
| ^
208 | // TODO: Event types shown underneath derivation groups is work to-be-implemented!
209 | //await page.getByRole('button', { name: 'View Contained Event Types' }).click();
210 |
at /home/runner/work/aerie-ui/aerie-ui/e2e-tests/tests/plan-external-source.test.ts:207:113
|
🎭 Playwright Run Summary
1 flaky
[e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel
178 passed (7.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
E2E Test Results
|
5.84 MB |
|
Unit Test Results
|
3.08 MB |
|