chore: makes production build ready for docker #14829
Annotations
10 errors, 1 warning, and 1 notice
apps/web/playwright/settings-admin.e2e.ts#L27
1) [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:8:7 › Settings/admin A/B tests › should point to the /future/settings/admin page
Error: expect(received).toEqual(expected) // deep equality
Expected: "app"
Received: null
25 | );
26 |
> 27 | expect(dataNextJsRouter).toEqual("app");
| ^
28 |
29 | const locator = page.getByRole("heading", { name: "Feature Flags" });
30 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/settings-admin.e2e.ts:27:30
|
apps/web/playwright/settings-admin.e2e.ts#L27
1) [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:8:7 › Settings/admin A/B tests › should point to the /future/settings/admin page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "app"
Received: null
25 | );
26 |
> 27 | expect(dataNextJsRouter).toEqual("app");
| ^
28 |
29 | const locator = page.getByRole("heading", { name: "Feature Flags" });
30 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/settings-admin.e2e.ts:27:30
|
apps/web/playwright/settings-admin.e2e.ts#L27
1) [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:8:7 › Settings/admin A/B tests › should point to the /future/settings/admin page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "app"
Received: null
25 | );
26 |
> 27 | expect(dataNextJsRouter).toEqual("app");
| ^
28 |
29 | const locator = page.getByRole("heading", { name: "Feature Flags" });
30 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/settings-admin.e2e.ts:27:30
|
apps/web/playwright/teams.e2e.ts#L355
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:326:7 › Teams - Org › Can create a booking for Collective EventType
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')
353 | await page.goto(`/team/${team.slug}/${teamEventSlug}`);
354 |
> 355 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
356 | await doOnOrgDomain(
357 | {
358 | orgSlug: org.slug,
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:355:69
|
apps/web/playwright/teams.e2e.ts#L355
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:326:7 › Teams - Org › Can create a booking for Collective EventType
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')
353 | await page.goto(`/team/${team.slug}/${teamEventSlug}`);
354 |
> 355 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
356 | await doOnOrgDomain(
357 | {
358 | orgSlug: org.slug,
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:355:69
|
apps/web/playwright/teams.e2e.ts#L355
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:326:7 › Teams - Org › Can create a booking for Collective EventType
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')
353 | await page.goto(`/team/${team.slug}/${teamEventSlug}`);
354 |
> 355 | await expect(page.locator("text=This page could not be found")).toBeVisible();
| ^
356 | await doOnOrgDomain(
357 | {
358 | orgSlug: org.slug,
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:355:69
|
apps/web/playwright/team/expects.ts#L20
3) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:16:7 › Team › Invitation (non verified)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at apps/web/playwright/team/expects.ts:20
18 | await page.waitForTimeout(10000);
19 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail });
> 20 | expect(receivedEmails?.total).toBe(1);
| ^
21 |
22 | const [firstReceivedEmail] = (receivedEmails as Messages).items;
23 |
at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:20:33)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:30:26
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:24:5
|
apps/web/playwright/team/expects.ts#L20
4) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:97:7 › Team › Invitation (verified)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at apps/web/playwright/team/expects.ts:20
18 | await page.waitForTimeout(10000);
19 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail });
> 20 | expect(receivedEmails?.total).toBe(1);
| ^
21 |
22 | const [firstReceivedEmail] = (receivedEmails as Messages).items;
23 |
at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:20:33)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:111:7
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:105:5
|
|
|
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/
|
2 failed
[@***com/web] › apps/web/playwright/settings-admin.e2e.ts:8:7 › Settings/admin A/B tests › should point to the /future/settings/admin page
[@***com/web] › apps/web/playwright/teams.e2e.ts:326:7 › Teams - Org › Can create a booking for Collective EventType
2 flaky
[@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:16:7 › Team › Invitation (non verified)
[@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:97:7 › Team › Invitation (verified)
5 skipped
15 passed (2.1m)
|
The logs for this run have expired and are no longer available.
Loading