chore: makes production build ready for docker #14829
Annotations
5 errors, 1 warning, and 1 notice
|
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=This page could not be found')
- waiting for locator('text=This page could not be found')
37 | await disableForm(page);
38 | await gotoRoutingLink({ page, formId });
> 39 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
40 | });
41 |
42 | test("should be able to edit the form", async ({ page }) => {
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:71
|
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=This page could not be found')
- waiting for locator('text=This page could not be found')
37 | await disableForm(page);
38 | await gotoRoutingLink({ page, formId });
> 39 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
40 | });
41 |
42 | test("should be able to edit the form", async ({ page }) => {
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:71
|
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=This page could not be found')
- waiting for locator('text=This page could not be found')
37 | await disableForm(page);
38 | await gotoRoutingLink({ page, formId });
> 39 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
40 | });
41 |
42 | test("should be able to edit the form", async ({ page }) => {
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:71
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading