Skip to content

Commit 5d84643

Browse files
committed
fixup! review feedback
1 parent 6b013a2 commit 5d84643

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

packages/tests-e2e/tests/appRouter/ssr.test.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,6 @@ test("Server Side Render and loading.tsx", async ({ page }) => {
2525
lastTime = time!;
2626
await page.waitForTimeout(1000);
2727
}
28-
29-
// let loading = page.getByText("Loading...");
30-
// await expect(loading).toBeVisible();
31-
32-
// let el = page.getByText("Time:");
33-
// await expect(el).toBeVisible();
34-
// const time = await el.textContent();
35-
36-
// page.reload();
37-
// loading = page.getByText("Loading...");
38-
// await expect(loading).toBeVisible();
39-
40-
// el = page.getByText("Time:");
41-
// let newTime = await el.textContent();
42-
// await expect(el).toBeVisible();
43-
// await expect(time).not.toEqual(newTime);
44-
45-
// await page.waitForTimeout(5000);
46-
// page.reload();
47-
// loading = page.getByText("Loading...");
48-
// await expect(loading).toBeVisible();
49-
50-
// el = page.getByText("Time:");
51-
// newTime = await el.textContent();
52-
// await expect(el).toBeVisible();
53-
// await expect(time).not.toEqual(newTime);
5428
});
5529

5630
test("Fetch cache properly cached", async ({ page }) => {

0 commit comments

Comments
 (0)