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 f41bdc9 commit 056f6b5Copy full SHA for 056f6b5
integration/hmr-test.ts
@@ -302,7 +302,7 @@ test("HMR", async ({ page }) => {
302
303
// detect HMR'd content and style changes
304
await page.waitForLoadState("networkidle");
305
-
+
306
let h1 = page.getByText("Changed");
307
await h1.waitFor({ timeout: HMR_TIMEOUT_MS });
308
expect(h1).toHaveCSS("color", "rgb(255, 255, 255)");
@@ -419,7 +419,7 @@ test("HMR", async ({ page }) => {
419
aboutCounter = await page.waitForSelector(
420
`#about-counter:has-text("inc 0")`
421
);
422
423
// This should not have triggered any revalidation but our detection is
424
// failing for x-module changes for route module imports
425
// expect(dataRequests).toBe(2);
0 commit comments