Feature: Upload external resources #4490
Annotations
4 errors and 1 notice
e2e-tests/tests/plan-resources.test.ts#L48
1) [e2e tests] › tests/plan-resources.test.ts:46:3 › Plan Resources › Uploading external plan dataset file - JSON
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
46 | test('Uploading external plan dataset file - JSON', async () => {
47 | await plan.uploadExternalDatasets('e2e-tests/data/external-dataset.json');
> 48 | await expect(plan.panelActivityTypes.getByText('/orientation')).toBeVisible();
| ^
49 | });
50 |
51 | test('Uploading external plan dataset file - CSV', async () => {
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-resources.test.ts:48:69
|
e2e-tests/tests/plan-resources.test.ts#L48
1) [e2e tests] › tests/plan-resources.test.ts:46:3 › Plan Resources › Uploading external plan dataset file - JSON
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
46 | test('Uploading external plan dataset file - JSON', async () => {
47 | await plan.uploadExternalDatasets('e2e-tests/data/external-dataset.json');
> 48 | await expect(plan.panelActivityTypes.getByText('/orientation')).toBeVisible();
| ^
49 | });
50 |
51 | test('Uploading external plan dataset file - CSV', async () => {
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-resources.test.ts:48:69
|
e2e-tests/tests/plan-resources.test.ts#L48
1) [e2e tests] › tests/plan-resources.test.ts:46:3 › Plan Resources › Uploading external plan dataset file - JSON
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-component-name="TimelineItemsPanel"]').getByText('/orientation')
46 | test('Uploading external plan dataset file - JSON', async () => {
47 | await plan.uploadExternalDatasets('e2e-tests/data/external-dataset.json');
> 48 | await expect(plan.panelActivityTypes.getByText('/orientation')).toBeVisible();
| ^
49 | });
50 |
51 | test('Uploading external plan dataset file - CSV', async () => {
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-resources.test.ts:48:69
|
|
|
This job failed
Loading