Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Feb 4, 2025
1 parent c01de38 commit 95fa3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e2e/app-router/e2e/ssr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test.skip("Server Side Render and loading.tsx", async ({ page }) => {
}
});

test.skip("Fetch cache properly cached", async ({ page }) => {
test("Fetch cache properly cached", async ({ page }) => {
await page.goto("/ssr");
const originalDate = await page.getByText("Cached fetch:").textContent();
await page.waitForTimeout(2000);
Expand Down

0 comments on commit 95fa3bc

Please sign in to comment.