SDKs: Fix: Symbol JsCode state updates #12568
Annotations
2 errors, 2 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L19
1) [react] › countdown.spec.ts:5:3 › Countdown › correctly updates countdown date ────────────────
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not "0"
17 | await page.waitForTimeout(1200);
18 | const newSecondsOnPage = await page.locator('#seconds').textContent();
> 19 | expect(newSecondsOnPage).not.toBe(currentSecondsOnPage);
| ^
20 |
21 | await page.waitForTimeout(1200);
22 | const newSecondsOnPage2 = await page.locator('#seconds').textContent();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:19:34
|
Run E2E tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "hydrogen-playwright-report", "nextjs-sdk-next-app-playwright-report", "qwik-city-playwright-report", "react-playwright-report", "react-sdk-next-app-playwright-report", "react-sdk-next-pages-playwright-report", "remix-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
[react] › countdown.spec.ts:5:3 › Countdown › correctly updates countdown date ─────────────────
23 skipped
171 passed (2.2m)
|
Loading