Rename ci.yml to CodeQL.yml #1
Annotations
10 errors, 2 warnings, and 1 notice
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Test timeout of 30000ms exceeded.
|
packages/sdks-tests/src/helpers/index.ts#L102
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Error: expect(locator).toBeVisible()
Locator: locator('text=Welcome to the homepage.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=Welcome to the homepage.')
at ../helpers/index.ts:102
100 |
101 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 102 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
103 | };
104 |
105 | export const checkIsRN = (sdk: Sdk) => sdk === 'reactNative';
at findTextInPage (/home/runner/work/builder.io/builder.io/packages/sdks-tests/src/helpers/index.ts:102:46)
at /home/runner/work/builder.io/builder.io/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:10:13
|
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/sdks-tests/src/helpers/index.ts#L102
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('text=Welcome to the homepage.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=Welcome to the homepage.')
at ../helpers/index.ts:102
100 |
101 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 102 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
103 | };
104 |
105 | export const checkIsRN = (sdk: Sdk) => sdk === 'reactNative';
at findTextInPage (/home/runner/work/builder.io/builder.io/packages/sdks-tests/src/helpers/index.ts:102:46)
at /home/runner/work/builder.io/builder.io/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:10:13
|
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/sdks-tests/src/helpers/index.ts#L102
1) [react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('text=Welcome to the homepage.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=Welcome to the homepage.')
at ../helpers/index.ts:102
100 |
101 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 102 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
103 | };
104 |
105 | export const checkIsRN = (sdk: Sdk) => sdk === 'reactNative';
at findTextInPage (/home/runner/work/builder.io/builder.io/packages/sdks-tests/src/helpers/index.ts:102:46)
at /home/runner/work/builder.io/builder.io/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:10:13
|
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
2) [react-native] › integrating-pages.spec.ts:13:5 › Integrating Pages › Live › loads columns ────
Test timeout of 30000ms exceeded.
|
packages/sdks-tests/src/helpers/index.ts#L102
2) [react-native] › integrating-pages.spec.ts:13:5 › Integrating Pages › Live › loads columns ────
Error: expect(locator).toBeVisible()
Locator: locator('text=This is the first column')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=This is the first column')
at ../helpers/index.ts:102
100 |
101 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 102 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
103 | };
104 |
105 | export const checkIsRN = (sdk: Sdk) => sdk === 'reactNative';
at findTextInPage (/home/runner/work/builder.io/builder.io/packages/sdks-tests/src/helpers/index.ts:102:46)
at /home/runner/work/builder.io/builder.io/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:16:13
|
packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
2) [react-native] › integrating-pages.spec.ts:13:5 › Integrating Pages › Live › loads columns ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/sdks-tests/src/helpers/index.ts#L102
2) [react-native] › integrating-pages.spec.ts:13:5 › Integrating Pages › Live › loads columns ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('text=This is the first column')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=This is the first column')
at ../helpers/index.ts:102
100 |
101 | export const findTextInPage = async ({ page, text }: { page: Page; text: string }) => {
> 102 | await expect(page.locator(`text=${text}`)).toBeVisible();
| ^
103 | };
104 |
105 | export const checkIsRN = (sdk: Sdk) => sdk === 'reactNative';
at findTextInPage (/home/runner/work/builder.io/builder.io/packages/sdks-tests/src/helpers/index.ts:102:46)
at /home/runner/work/builder.io/builder.io/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:16:13
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular-ssr-playwright-report", "qwik-city-playwright-report", "react-native-playwright-report", "react-native-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/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
7 failed
[react-native] › integrating-pages.spec.ts:7:5 › Integrating Pages › Live › loads homepage ─────
[react-native] › integrating-pages.spec.ts:13:5 › Integrating Pages › Live › loads columns ─────
[react-native] › integrating-pages.spec.ts:18:5 › Integrating Pages › Live › loads homepage and navigates to columns
[react-native] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft
[react-native] › integrating-pages.spec.ts:39:5 › Integrating Pages › Drafts › loads draft of unpublished content
[react-native] › integrating-pages.spec.ts:47:5 › Integrating Pages › Visual Editor › enables editing
[react-native] › integrating-pages.spec.ts:51:5 › Integrating Pages › Visual Editor › updates homepage
2 skipped
|
The logs for this run have expired and are no longer available.
Loading