fix(core): upgrade and fix types for typescript 5.4 #7923
Annotations
1 error, 1 warning, and 1 notice
Run E2E tests on PR:
test/e2e/tests/desk/deprecatedFields.spec.ts#L34
1) [chromium] › desk/deprecatedFields.spec.ts:26:7 › namedDeprecatedArray type shows deprecated message
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('deprecated-badge-namedDeprecatedArray')
Expected string: "deprecated"
Received string: ""
Call log:
- expect.toHaveText with timeout 300000ms
- waiting for getByTestId('deprecated-badge-namedDeprecatedArray')
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
|
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/.
|
Run E2E tests on PR
1 flaky
[chromium] › desk/deprecatedFields.spec.ts:26:7 › namedDeprecatedArray type shows deprecated message
5 skipped
18 passed (1.1m)
|
Loading