Mission Model Canary #4931
canary.yml
on: schedule
canary
/
unit-test
2m 15s
canary
/
e2e-test
10m 18s
Annotations
6 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#L206
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: 'Derivation group Example External Source Default' })
204 | .waitFor({ state: 'hidden', timeout: extendedTimeout });
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();
at /home/runner/work/aerie-ui/aerie-ui/e2e-tests/tests/plan-external-source.test.ts:206:108
|
[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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'ExampleExternalSource:example-external-source.json' })
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
|
[e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded:
e2e-tests/tests/plan-external-source.test.ts#L172
2) [e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('New files matching source types and derivation groups in the current plan')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('New files matching source types and derivation groups in the current plan')
170 | await expect(
171 | page.getByText('New files matching source types and derivation groups in the current plan'),
> 172 | ).toBeVisible();
| ^
173 |
174 | await page.getByRole('button', { name: 'Dismiss' }).click();
175 |
at /home/runner/work/aerie-ui/aerie-ui/e2e-tests/tests/plan-external-source.test.ts:172:7
|
canary / e2e-test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[e2e tests] › tests/plan-external-source.test.ts:190:3 › Plan External Sources › Linked derivation groups should be expandable in panel
1 flaky
[e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded
2 did not run
175 passed (7.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
E2E Test Results
|
17.5 MB |
|
Unit Test Results
|
3.08 MB |
|