fix[sdks]: locale
prop to resolve localized values correctly
#12768
Annotations
3 errors, 4 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/localization.spec.ts#L1
1) [solid] › localization.spec.ts:17:3 › Localization › locale is not passed from the prop ───────
Test timeout of 30000ms exceeded.
|
Run E2E tests:
packages/sdks-tests/src/e2e-tests/localization.spec.ts#L18
1) [solid] › localization.spec.ts:17:3 › Localization › locale is not passed from the prop ───────
Error: page.waitForEvent: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for event "console"
============================================================
16 |
17 | test('locale is not passed from the prop', async ({ page }) => {
> 18 | const msgPromise = page.waitForEvent('console', msg => msg.text().includes(LOCALE_WARNING));
| ^
19 |
20 | await page.goto('/localization-locale-not-passed');
21 |
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/localization.spec.ts:18:29
|
Run E2E tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run E2E tests:
packages/sdks-tests/[solid] › localization.spec.ts#L1
packages/sdks-tests/[solid] › localization.spec.ts took 30.3s
|
Run E2E tests:
packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.6s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nextjs-sdk-next-app-playwright-report", "qwik-city-playwright-report", "react-native-playwright-report", "solid-playwright-report", "solid-start-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
[solid] › localization.spec.ts:17:3 › Localization › locale is not passed from the prop ────────
40 skipped
161 passed (3.3m)
|
Loading