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.
app-router
1 parent db8969b commit a7be2a3Copy full SHA for a7be2a3
examples/e2e/app-router/e2e/ssr.test.ts
@@ -4,8 +4,7 @@
4
import { expect, test } from "@playwright/test";
5
6
// 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 }) => {
+test("Server Side Render and loading.tsx", async ({ page }) => {
9
test.setTimeout(600000);
10
await page.goto("/");
11
await page.getByRole("link", { name: "SSR" }).click();
0 commit comments