📦 Publish SDKs (#3720) #12548
Annotations
3 errors, 3 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/helpers/index.ts#L54
1) [vue] › editing.spec.ts:135:3 › Visual Editing › nested ContentVariants with same model name should not duplicate content
Error: Failing test due to error in browser: TypeError: Cannot read properties of null (reading 'namespaceURI')
at ../helpers/index.ts:54
52 | context.on('weberror', err => {
53 | console.error(err.error());
> 54 | throw new Error('Failing test due to error in browser: ' + err.error());
| ^
55 | });
56 | page.on('pageerror', err => {
57 | console.error(err);
at BrowserContext.<anonymous> (/home/runner/work/builder/builder/packages/sdks-tests/src/helpers/index.ts:54:13)
|
Run E2E tests:
packages/sdks-tests/src/e2e-tests/editing.spec.ts#L161
1) [vue] › editing.spec.ts:135:3 › Visual Editing › nested ContentVariants with same model name should not duplicate content
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('iframe').contentFrame().getByText('something other than the symbol!') to be visible
159 | });
160 |
> 161 | await page.frameLocator('iframe').getByText('something other than the symbol!').waitFor();
| ^
162 |
163 | const textBlocks = await page
164 | .frameLocator('iframe')
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/editing.spec.ts:161:85
|
Run E2E tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run E2E tests:
packages/sdks-tests/[vue] › link-component.spec.ts#L1
packages/sdks-tests/[vue] › link-component.spec.ts took 16.3s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "vue-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 E2E tests
1 failed
[vue] › editing.spec.ts:135:3 › Visual Editing › nested ContentVariants with same model name should not duplicate content
43 skipped
150 passed (2.3m)
|
Loading