Mission Model Canary #4949
Annotations
1 error and 1 notice
Test (e2e):
e2e-tests/fixtures/ExternalSources.ts#L91
1) [e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Derivation Test', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Derivation Test', exact: true })
at fixtures/ExternalSources.ts:91
89 | await this.page.getByRole('button', { name: 'Update' }).click();
90 | await this.page.getByRole('button', { name: 'Close' }).click();
> 91 | await expect(this.page.getByRole('button', { exact: true, name: sourceTypeName })).toBeVisible();
| ^
92 | }
93 |
94 | async selectEvent(eventName: string, sourceName: string = 'example-external-source.json') {
at ExternalSources.linkDerivationGroup (/home/runner/work/aerie-ui/aerie-ui/e2e-tests/fixtures/ExternalSources.ts:91:88)
at /home/runner/work/aerie-ui/aerie-ui/e2e-tests/tests/plan-external-source.test.ts:154:5
|
Test (e2e)
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
178 passed (6.7m)
|
Loading