refactor: added Int Portal restyling to Ext Portal #7204
Annotations
10 errors, 5 warnings, and 1 notice
e2e/tests/ui-driven/src/helpers/addComponent.ts#L139
1) [chromium] › create-flow.spec.ts:184:7 › Flow creation, publish and preview › Can add an external portal
Error: locator.selectOption: Error: Element is not a <select> element
Call log:
- waiting for getByTestId('flowId')
- locator resolved to <div role="status" aria-atomic="true" aria-live="polite" data-testid="flowId" class="MuiAutocomplete-root MuiAutocomplete-fullWidth MuiAutocomplete-hasPopupIcon css-vtpdau">…</div>
- attempting select option action
- waiting for element to be visible and enabled
at helpers/addComponent.ts:139
137 | await page
138 | .getByTestId("flowId")
> 139 | .selectOption(
| ^
140 | `${contextDefaults.team.slug}/${externalPortalServiceProps.slug}`,
141 | );
142 | break;
at createBaseComponent (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:139:10)
at createExternalPortal (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:462:3)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:224:5
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:184:7 › Flow creation, publish and preview › Can add an external portal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts#L7
1) [chromium] › create-flow.spec.ts:184:7 › Flow creation, publish and preview › Can add an external portal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'a-test-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'a-test-service' })
at helpers/navigateAndPublish.ts:7
5 | await page.goto(`/${contextDefaults.team.slug}/${slug}`);
6 |
> 7 | await expect(page.getByRole("link", { name: slug })).toBeVisible();
| ^
8 | };
9 |
10 | export const publishService = async (page: Page) => {
at navigateToService (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts:7:56)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:221:5
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:184:7 › Flow creation, publish and preview › Can add an external portal
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts#L7
1) [chromium] › create-flow.spec.ts:184:7 › Flow creation, publish and preview › Can add an external portal
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'a-test-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'a-test-service' })
at helpers/navigateAndPublish.ts:7
5 | await page.goto(`/${contextDefaults.team.slug}/${slug}`);
6 |
> 7 | await expect(page.getByRole("link", { name: slug })).toBeVisible();
| ^
8 | };
9 |
10 | export const publishService = async (page: Page) => {
at navigateToService (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts:7:56)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:221:5
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L248
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'E2E/an-external-portal-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'E2E/an-external-portal-service' })
246 | await expect(
247 | page.getByRole("link", { name: "E2E/an-external-portal-service" }),
> 248 | ).toBeVisible();
| ^
249 |
250 | await page.goto(
251 | `/${context.team.slug}/${serviceProps.slug}/published?analytics=false`,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:248:7
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L248
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'E2E/an-external-portal-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'E2E/an-external-portal-service' })
246 | await expect(
247 | page.getByRole("link", { name: "E2E/an-external-portal-service" }),
> 248 | ).toBeVisible();
| ^
249 |
250 | await page.goto(
251 | `/${context.team.slug}/${serviceProps.slug}/published?analytics=false`,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:248:7
|
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L97
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L98
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L106
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L140
Unexpected use of networkidle
|
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 19.2s
|
|
This job failed
Loading