fix: Correctly prefill username in case of non-org email invite in an org #15385
Annotations
10 errors, 1 warning, and 1 notice
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L38
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule
Error: Expected to provide an iframe, got null
36 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" });
37 |
> 38 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, getActionFiredDetails, {
| ^
39 | pathname: "/free",
40 | });
41 | if (!embedIframe) {
at bookFirstFreeUserEventThroughEmbed (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:38:29)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:83:14
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:82:21
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L97
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Embed iframe not found
95 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: booking.eventSlug });
96 | if (!embedIframe) {
> 97 | throw new Error("Embed iframe not found");
| ^
98 | }
99 | await rescheduleEvent("free", embedIframe, page);
100 | });
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:97:15
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:90:5
|
packages/embeds/embed-core/playwright/lib/testUtils.ts#L158
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:158
156 | const booking = responseObj.uid;
157 | // Make sure we're navigated to the success page
> 158 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
159 | return booking;
160 | }
161 |
at rescheduleEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:158:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:99:7
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:90:5
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L63
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:54:7 › Popup Tests › should open embed iframe on click - Configured with light theme
Error: Expected to provide an iframe, got null
61 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" });
62 |
> 63 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, {
| ^
64 | pathname: "/free",
65 | });
66 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png");
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:63:31
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L129
3) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:105:7 › Popup Tests › should open Routing Forms embed on click
Error: Routing Form embed iframe not found
127 | });
128 | if (!embedIframe) {
> 129 | throw new Error("Routing Form embed iframe not found");
| ^
130 | }
131 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, getActionFiredDetails, {
132 | pathname: "/forms/948ae412-d995-4865-875a-48302588de03",
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:129:13
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L1
4) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API
Test timeout of 60000ms exceeded.
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L147
4) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-***-namespace="floatingButton"] > button')
============================================================
145 | await page.goto("/?only=ns:floatingButton");
146 |
> 147 | await page.click('[data-***-namespace="floatingButton"] > button');
| ^
148 |
149 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/pro" });
150 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, getActionFiredDetails, {
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:147:20
|
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L1
4) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API
Pending operations:
- page.click at packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:147:20
|
|
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/
|
1 failed
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule
3 flaky
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:54:7 › Popup Tests › should open embed iframe on click - Configured with light theme
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:105:7 › Popup Tests › should open Routing Forms embed on click
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API
1 skipped
9 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading