Expand Up
@@ -739,13 +739,13 @@
'link[rel="stylesheet"][data-precedence="vite-rsc/client-reference"]',
),
).toHaveCount(0)
await expect(
page
.locator(
'link[rel="stylesheet"][data-precedence="vite-rsc/importer-resources"]',
)
.nth(0),
).toBeAttached()
// await expect(
// page
// .locator(
// 'link[rel="stylesheet"][data-precedence="vite-rsc/importer-resources"]',
// )
// .nth(0),
// ).toBeAttached()
await expect(
page
.locator(
Expand Down
Expand Up
@@ -830,7 +830,7 @@
`/* color: rgb(0, 165, 255); */`,
),
)
await expect(page.locator('.test-style-server')).toHaveCSS(
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [chromium] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ───────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
3 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
6 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
3 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
6 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [webkit] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ─────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
Check failure
on line 833
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server
1) [firefox] › e2e/basic.test.ts:816:5 › dev-default › css hmr server ────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
2 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(0, 165, 255)"
7 × ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
831 | ),
832 | )
> 833 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
834 | 'color',
835 | 'rgb(0, 0, 0)',
836 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:833:56
'color',
'rgb(0, 0, 0)',
)
Expand Down
Expand Up
@@ -865,7 +865,7 @@
editor.edit((s) =>
s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
)
await expect(page.locator('.test-style-server')).toHaveCSS(
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (rolldown)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-canary)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium) (react-experimental)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / chromium)
[chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [chromium] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ───────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (macos-latest / webkit)
[webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [webkit] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ─────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /Users/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
Check failure
on line 868
in packages/plugin-rsc/e2e/basic.test.ts
View workflow job for this annotation
GitHub Actions / test-rsc (ubuntu-latest / firefox)
[firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server @js
2) [firefox] › e2e/basic.test.ts:850:5 › dev-default › adding/removing css server
@js ────────────
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('.test-style-server')
Expected string: "rgb(0, 0, 0)"
Received string: "rgb(255, 165, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('.test-style-server')
9
× ばつ locator resolved to <div class="test-style-server">test-style-server</div>
- unexpected value "rgb(255, 165, 0)"
866 | s.replaceAll(`import './server.css'`, `/* import './server.css' */`),
867 | )
> 868 | await expect(page.locator('.test-style-server')).toHaveCSS(
| ^
869 | 'color',
870 | 'rgb(0, 0, 0)',
871 | )
at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:868:58
'color',
'rgb(0, 0, 0)',
)
Expand Down