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 36aca92 commit edaca3eCopy full SHA for edaca3e
examples/e2e/app-router/e2e/ssr.test.ts
@@ -28,7 +28,7 @@ test.skip("Server Side Render and loading.tsx", async ({ page }) => {
28
}
29
});
30
31
-test.skip("Fetch cache properly cached", async ({ page }) => {
+test("Fetch cache properly cached", async ({ page }) => {
32
await page.goto("/ssr");
33
const originalDate = await page.getByText("Cached fetch:").textContent();
34
await page.waitForTimeout(2000);
0 commit comments