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 002c7b0 commit 601688aCopy full SHA for 601688a
1 file changed
e2e/broken-links.spec.ts
@@ -167,6 +167,7 @@ test.describe(`broken-links/dynamic-not-found`, async () => {
167
168
test('access sync page with client navigation', async ({ page }) => {
169
await page.goto(`http://localhost:${port}/`);
170
+ await waitForHydration(page);
171
await expect(page.getByRole('heading')).toHaveText('Index');
172
await page.click("a[href='/dynamic-not-found/sync']");
173
await expect(page.getByRole('heading')).toHaveText('Custom not found');
0 commit comments