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 1
1
import { expect , test } from "@playwright/test" ;
2
2
3
- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
4
3
test ( "Incremental Static Regeneration" , async ( { page } ) => {
5
4
test . setTimeout ( 60000 ) ;
6
5
await page . goto ( "/" ) ;
Original file line number Diff line number Diff line change 1
1
import { expect , test } from "@playwright/test" ;
2
2
3
- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
4
3
test ( "Incremental Static Regeneration" , async ( { page } ) => {
5
4
test . setTimeout ( 60000 ) ;
6
5
await page . goto ( "/" ) ;
Original file line number Diff line number Diff line change 1
1
import { expect , test } from "@playwright/test" ;
2
2
3
- // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
4
3
test ( "Incremental Static Regeneration" , async ( { page } ) => {
5
4
test . setTimeout ( 45000 ) ;
6
5
await page . goto ( "/" ) ;
You can’t perform that action at this time.
0 commit comments