Skip to content

fix: angular sdk styles #10636

fix: angular sdk styles

fix: angular sdk styles #10636

Triggered via pull request May 13, 2024 12:56
Status Failure
Total duration 19m 0s
Artifacts 1

ci.yml

on: pull_request
Matrix: build
Matrix: Gen 2 SDKs
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 17 warnings, and 9 notices
[react-native] › basic-styles.spec.ts:42:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/tests/basic-styles.spec.ts#L1
1) [react-native] › basic-styles.spec.ts:42:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Test timeout of 30000ms exceeded.
[react-native] › basic-styles.spec.ts:42:3 › Basic styles › Box with flex-direction row should have children aligned horizontally: packages/sdks-tests/src/tests/basic-styles.spec.ts#L49
1) [react-native] › basic-styles.spec.ts:42:3 › Basic styles › Box with flex-direction row should have children aligned horizontally Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[builder-id="builder-258a89336ec44f37a38a146e698a858a"]') to be visible 47 | await page.goto('/basic-styles'); 48 | > 49 | const builderBox = await page.waitForSelector( | ^ 50 | '[builder-id="builder-258a89336ec44f37a38a146e698a858a"]' 51 | ); 52 | at /home/runner/work/builder/builder/packages/sdks-tests/src/tests/basic-styles.spec.ts:49:35
Gen 2 SDKs (react-native)
Process completed with exit code 1.
[gen1-react] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L1
1) [gen1-react] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Test timeout of 30000ms exceeded.
[gen1-react] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L15
1) [gen1-react] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('button') to be visible 13 | await page.goto('/basic-styles'); 14 | > 15 | const button = await page.waitForSelector('button'); | ^ 16 | 17 | const buttonWidth = await button.evaluate(el => el.getBoundingClientRect().width); 18 | expect(buttonWidth).toBe(1264); at /home/runner/work/builder/builder/packages/sdks-tests/src/tests/basic-styles.spec.ts:15:31
[gen1-next] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L1
2) [gen1-next] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Test timeout of 30000ms exceeded.
[gen1-next] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L15
2) [gen1-next] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('button') to be visible 13 | await page.goto('/basic-styles'); 14 | > 15 | const button = await page.waitForSelector('button'); | ^ 16 | 17 | const buttonWidth = await button.evaluate(el => el.getBoundingClientRect().width); 18 | expect(buttonWidth).toBe(1264); at /home/runner/work/builder/builder/packages/sdks-tests/src/tests/basic-styles.spec.ts:15:31
[gen1-remix] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L1
3) [gen1-remix] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Test timeout of 30000ms exceeded.
[gen1-remix] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons): packages/sdks-tests/src/tests/basic-styles.spec.ts#L15
3) [gen1-remix] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('button') to be visible 13 | await page.goto('/basic-styles'); 14 | > 15 | const button = await page.waitForSelector('button'); | ^ 16 | 17 | const buttonWidth = await button.evaluate(el => el.getBoundingClientRect().width); 18 | expect(buttonWidth).toBe(1264); at /home/runner/work/builder/builder/packages/sdks-tests/src/tests/basic-styles.spec.ts:15:31
Gen 1 React SDK
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [react-native] › basic-styles.spec.ts:42:3 › Basic styles › Box with flex-direction row should have children aligned horizontally 85 skipped 55 passed (2.4m)
🎭 Playwright Run Summary
23 skipped 259 passed (4.4m)
🎭 Playwright Run Summary
15 skipped 126 passed (4.3m)
🎭 Playwright Run Summary
7 skipped 134 passed (4.5m)
🎭 Playwright Run Summary
23 skipped 259 passed (4.7m)
🎭 Playwright Run Summary
3 failed [gen1-react] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) [gen1-next] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) [gen1-remix] › basic-styles.spec.ts:8:3 › Basic styles › styles should be applied consistently across all SDKs (text and buttons) 128 skipped 292 passed (5.4m)
🎭 Playwright Run Summary
30 skipped 252 passed (5.9m)
🎭 Playwright Run Summary
28 skipped 395 passed (6.5m)
🎭 Playwright Run Summary
20 skipped 262 passed (15.5m)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (widgets)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (widgets)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Gen 1 SDK Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (webcomponents)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (webcomponents)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Gen 2 SDKs checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react-native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (solid)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (nextjs)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (qwik)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (svelte)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 1 React SDK
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gen 2 SDKs (react)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "react-native-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/
Gen 2 SDKs (angular)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
react-native-playwright-report
5.16 MB