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-
41import { expect , test } from "@playwright/test" ;
52
63// 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-
41import { expect , test } from "@playwright/test" ;
52
63// 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 } ) => {
95 test . setTimeout ( 600000 ) ;
106 await page . goto ( "/" ) ;
117 await page . getByRole ( "link" , { name : "SSR" } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments