File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
packages/tests-e2e/tests/appRouter Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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
5630test ( "Fetch cache properly cached" , async ( { page } ) => {
You can’t perform that action at this time.
0 commit comments