Skip to content

Commit 76cc18b

Browse files
committed
review suggestion
1 parent 3d8bb0b commit 76cc18b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-packages/e2e-tests/test-applications/solidstart-top-level-import/tests/errorboundary.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ test('captures an exception', async ({ page }) => {
1111
});
1212

1313
await page.goto('/error-boundary');
14-
// The first page load causes a hydration error on the dev server sometimes - a reload works around this
15-
await page.reload();
1614
await page.locator('#caughtErrorBtn').click();
1715
const errorEvent = await errorEventPromise;
1816

0 commit comments

Comments
 (0)