misc: add shopify, webcomponents packages to monorepo #12847
Annotations
7 errors, 2 warnings, and 1 notice
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L56
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Error: Failing test due to error in browser: Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ../helpers/index.ts:56
54 | context.on('weberror', err => {
55 | console.error(err.error());
> 56 | throw new Error('Failing test due to error in browser: ' + err.error());
| ^
57 | });
58 | page.on('pageerror', err => {
59 | console.error(err);
at BrowserContext.<anonymous> (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:56:13)
|
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L104
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Error: expect(locator).toBeVisible()
Locator: locator('text=this is a draft of an unpublished page.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=this is a draft of an unpublished page.')
at ../helpers/index.ts:104
102 |
103 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 104 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
105 | };
106 |
107 | export const verifyTabContent = async (
at findTextInPage (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:104:46)
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:43:13
|
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L56
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failing test due to error in browser: Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ../helpers/index.ts:56
54 | context.on('weberror', err => {
55 | console.error(err.error());
> 56 | throw new Error('Failing test due to error in browser: ' + err.error());
| ^
57 | });
58 | page.on('pageerror', err => {
59 | console.error(err);
at BrowserContext.<anonymous> (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:56:13)
|
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L104
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('text=this is a draft of an unpublished page.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=this is a draft of an unpublished page.')
at ../helpers/index.ts:104
102 |
103 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 104 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
105 | };
106 |
107 | export const verifyTabContent = async (
at findTextInPage (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:104:46)
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:43:13
|
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L56
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failing test due to error in browser: Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ../helpers/index.ts:56
54 | context.on('weberror', err => {
55 | console.error(err.error());
> 56 | throw new Error('Failing test due to error in browser: ' + err.error());
| ^
57 | });
58 | page.on('pageerror', err => {
59 | console.error(err);
at BrowserContext.<anonymous> (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:56:13)
|
Run snippets tests:
packages/sdks-tests/src/helpers/index.ts#L104
1) [react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('text=this is a draft of an unpublished page.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=this is a draft of an unpublished page.')
at ../helpers/index.ts:104
102 |
103 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 104 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
105 | };
106 |
107 | export const verifyTabContent = async (
at findTextInPage (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:104:46)
at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:43:13
|
Run snippets tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "react-sdk-next-pages-snippet-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run snippets tests
1 failed
[react-sdk-next-pages] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
23 skipped
10 passed (16.0s)
|
Loading