chore: revert Inter 4.0 #15335
Annotations
3 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/lib/testUtils.ts#L33
2) [@***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
Error: Booking not found
at packages/embeds/embed-core/playwright/lib/testUtils.ts:33
31 | });
32 | if (!booking) {
> 33 | throw new Error("Booking not found");
| ^
34 | }
35 | return booking;
36 | };
at getBooking (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:33:11)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:161:25
|
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 flaky
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule
[@***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
11 passed (26.2s)
|
The logs for this run have expired and are no longer available.
Loading