fix(deps): update all non-major dependencies #2626
Annotations
1 error and 1 notice
|
Run pnpm -C packages/plugin-rsc test-e2e-ci --project="$BROWSER_NAME":
packages/plugin-rsc/e2e/react-router.test.ts#L43
1) [firefox] › e2e/react-router.test.ts:42:3 › build-cloudflare › client ─────────────────────────
Error: page.goto: Navigation to "http://localhost:4190/about" is interrupted by another navigation to "http://localhost:4190/about"
Call log:
- navigating to "http://localhost:4190/about", waiting until "load"
41 | function defineTest(f: Fixture) {
42 | test('client', async ({ page }) => {
> 43 | await page.goto(f.url('./about'))
| ^
44 | await waitForHydration(page)
45 | await page.getByRole('button', { name: 'Client counter: 0' }).click()
46 | await expect(
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/react-router.test.ts:43:16
|
|
Run pnpm -C packages/plugin-rsc test-e2e-ci --project="$BROWSER_NAME"
1 flaky
[firefox] › e2e/react-router.test.ts:42:3 › build-cloudflare › client ──────────────────────────
108 skipped
495 passed (6.0m)
|
Loading