chore(lockfile): update dependency @sanity/react-loader to v1.9.2 #7783
Annotations
5 errors, 7 warnings, and 4 notices
[chromium] › desk/deprecatedFields.spec.ts:26:7 › email type shows deprecated message:
test/e2e/tests/desk/deprecatedFields.spec.ts#L34
1) [chromium] › desk/deprecatedFields.spec.ts:26:7 › email type shows deprecated message ─────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('deprecated-badge-email')
Expected string: "deprecated"
Received string: ""
Call log:
- expect.toHaveText with timeout 300000ms
- waiting for getByTestId('deprecated-badge-email')
32 | const deprecatedMessage = await page.getByTestId(`deprecated-message-${type}`)
33 |
> 34 | expect(deprecatedBadge).toHaveText('deprecated')
| ^
35 | expect(deprecatedMessage).toBeVisible()
36 | })
37 | }
at /home/runner/work/sanity/sanity/test/e2e/tests/desk/deprecatedFields.spec.ts:34:29
|
[chromium] › desk/deprecatedFields.spec.ts:26:7 › array type shows deprecated message:
test/e2e/tests/desk/deprecatedFields.spec.ts#L34
2) [chromium] › desk/deprecatedFields.spec.ts:26:7 › array type shows deprecated message ─────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('deprecated-badge-array')
Expected string: "deprecated"
Received string: ""
Call log:
- expect.toHaveText with timeout 300000ms
- waiting for getByTestId('deprecated-badge-array')
32 | const deprecatedMessage = await page.getByTestId(`deprecated-message-${type}`)
33 |
> 34 | expect(deprecatedBadge).toHaveText('deprecated')
| ^
35 | expect(deprecatedMessage).toBeVisible()
36 | })
37 | }
at /home/runner/work/sanity/sanity/test/e2e/tests/desk/deprecatedFields.spec.ts:34:29
|
[chromium] › desk/deprecatedFields.spec.ts:26:7 › reference type shows deprecated message:
test/e2e/tests/desk/deprecatedFields.spec.ts#L34
3) [chromium] › desk/deprecatedFields.spec.ts:26:7 › reference type shows deprecated message ─────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('deprecated-badge-reference')
Expected string: "deprecated"
Received string: ""
Call log:
- expect.toHaveText with timeout 300000ms
- waiting for getByTestId('deprecated-badge-reference')
32 | const deprecatedMessage = await page.getByTestId(`deprecated-message-${type}`)
33 |
> 34 | expect(deprecatedBadge).toHaveText('deprecated')
| ^
35 | expect(deprecatedMessage).toBeVisible()
36 | })
37 | }
at /home/runner/work/sanity/sanity/test/e2e/tests/desk/deprecatedFields.spec.ts:34:29
|
[chromium] › desk/deprecatedFields.spec.ts:26:7 › image type shows deprecated message:
test/e2e/tests/desk/deprecatedFields.spec.ts#L34
4) [chromium] › desk/deprecatedFields.spec.ts:26:7 › image type shows deprecated message ─────────
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('deprecated-badge-image')
Expected string: "deprecated"
Received string: ""
Call log:
- expect.toHaveText with timeout 300000ms
- waiting for getByTestId('deprecated-badge-image')
32 | const deprecatedMessage = await page.getByTestId(`deprecated-message-${type}`)
33 |
> 34 | expect(deprecatedBadge).toHaveText('deprecated')
| ^
35 | expect(deprecatedMessage).toBeVisible()
36 | })
37 | }
at /home/runner/work/sanity/sanity/test/e2e/tests/desk/deprecatedFields.spec.ts:34:29
|
[firefox] › desk/deprecatedFields.spec.ts:26:7 › boolean type shows deprecated message:
test/e2e/tests/desk/deprecatedFields.spec.ts#L35
1) [firefox] › desk/deprecatedFields.spec.ts:26:7 › boolean type shows deprecated message ────────
Error: expect(locator).toBeVisible()
Locator: getByTestId('deprecated-message-boolean')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 300000ms
- waiting for getByTestId('deprecated-message-boolean')
33 |
34 | expect(deprecatedBadge).toHaveText('deprecated')
> 35 | expect(deprecatedMessage).toBeVisible()
| ^
36 | })
37 | }
38 |
at /home/runner/work/sanity/sanity/test/e2e/tests/desk/deprecatedFields.spec.ts:35:31
|
install (firefox)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
install (chromium)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright-test (chromium, 2, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright-test (chromium, 1, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright-test (firefox, 1, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright-test (firefox, 2, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
merge-reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/download-artifact@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/.
|
🎭 Playwright Run Summary
5 skipped
19 passed (1.0m)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › desk/deprecatedFields.spec.ts:26:7 › email type shows deprecated message ──────────
[chromium] › desk/deprecatedFields.spec.ts:26:7 › array type shows deprecated message ──────────
[chromium] › desk/deprecatedFields.spec.ts:26:7 › reference type shows deprecated message ──────
[chromium] › desk/deprecatedFields.spec.ts:26:7 › image type shows deprecated message ──────────
2 skipped
19 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › desk/deprecatedFields.spec.ts:26:7 › boolean type shows deprecated message ─────────
2 skipped
22 passed (1.4m)
|
🎭 Playwright Run Summary
5 skipped
19 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
html-report--attempt-1
Expired
|
1.39 MB |
|
playwright-report
Expired
|
1.61 MB |
|