File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
examples/e2e/app-router/e2e Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- // NOTE: loading.tsx is currently broken on open - next
2
- // This works locally but not on deployed apps
3
-
4
1
import { expect , test } from "@playwright/test" ;
5
2
6
3
// NOTE: We don't await page load b/c we want to see the Loading page
Original file line number Diff line number Diff line change 1
- // NOTE: loading.tsx is currently broken on open - next
2
- // This works locally but not on deployed apps
3
-
4
1
import { expect , test } from "@playwright/test" ;
5
2
6
3
// 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 } ) => {
4
+ test ( "Server Side Render and loading.tsx" , async ( { page } ) => {
9
5
test . setTimeout ( 600000 ) ;
10
6
await page . goto ( "/" ) ;
11
7
await page . getByRole ( "link" , { name : "SSR" } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments