File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11import { expect , test } from "@playwright/test" ;
22
3- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43test ( "Incremental Static Regeneration" , async ( { page } ) => {
54 test . setTimeout ( 60000 ) ;
65 await page . goto ( "/" ) ;
Original file line number Diff line number Diff line change 11import { expect , test } from "@playwright/test" ;
22
3- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43test ( "Incremental Static Regeneration" , async ( { page } ) => {
54 test . setTimeout ( 60000 ) ;
65 await page . goto ( "/" ) ;
Original file line number Diff line number Diff line change 11import { expect , test } from "@playwright/test" ;
22
3- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43test ( "Incremental Static Regeneration" , async ( { page } ) => {
54 test . setTimeout ( 45000 ) ;
65 await page . goto ( "/" ) ;
You can’t perform that action at this time.
0 commit comments