Skip to content

Commit 0d73fd9

Browse files
committed
review suggestion
1 parent ddc3f5b commit 0d73fd9

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

Lines changed: 0 additions & 2 deletions
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)