We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b3fbe commit 8e28d18Copy full SHA for 8e28d18
packages/plugin-rsc/e2e/syntax-error.test.ts
@@ -164,11 +164,11 @@ test.describe(() => {
164
)
165
await expect(async () => {
166
await page.goto(f.url())
167
- await waitForHydration(page)
168
await expect(page.getByTestId('client-content')).toHaveText(
169
'client:fixed',
170
171
}).toPass()
+ await waitForHydration(page)
172
})
173
174
@@ -197,11 +197,11 @@ test.describe(() => {
197
198
199
200
201
await expect(page.getByTestId('server-content')).toHaveText(
202
'server:fixed',
203
204
205
206
207
0 commit comments