Skip to content

Commit a7be2a3

Browse files
un-skip the ssr loading e2e test in the app-router app
1 parent db8969b commit a7be2a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/e2e/app-router/e2e/ssr.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import { expect, test } from "@playwright/test";
55

66
// NOTE: We don't await page load b/c we want to see the Loading page
7-
// loading.tsx doesn't currently work: https://github.com/opennextjs/opennextjs-cloudflare/issues/313
8-
test.skip("Server Side Render and loading.tsx", async ({ page }) => {
7+
test("Server Side Render and loading.tsx", async ({ page }) => {
98
test.setTimeout(600000);
109
await page.goto("/");
1110
await page.getByRole("link", { name: "SSR" }).click();

0 commit comments

Comments
 (0)