@@ -84,17 +84,17 @@ test.describe('Simple Page Router (no basePath, no i18n)', () => {
84
84
label :
85
85
'prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
86
86
prerendered : true ,
87
- pagePath : '/products/事前レンダリング' ,
87
+ pagePath : '/products/事前レンダリング,test ' ,
88
88
revalidateApiBasePath : '/api/revalidate' ,
89
- expectedH1Content : 'Product 事前レンダリング' ,
89
+ expectedH1Content : 'Product 事前レンダリング,test ' ,
90
90
} ,
91
91
{
92
92
label :
93
93
'not prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
94
94
prerendered : false ,
95
- pagePath : '/products/事前レンダリングされていない' ,
95
+ pagePath : '/products/事前レンダリングされていない,test ' ,
96
96
revalidateApiBasePath : '/api/revalidate' ,
97
- expectedH1Content : 'Product 事前レンダリングされていない' ,
97
+ expectedH1Content : 'Product 事前レンダリングされていない,test ' ,
98
98
} ,
99
99
] ) {
100
100
test ( label , async ( { page, pollUntilHeadersMatch, pageRouter } ) => {
@@ -479,17 +479,17 @@ test.describe('Page Router with basePath and i18n', () => {
479
479
label :
480
480
'prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
481
481
prerendered : true ,
482
- pagePath : '/products/事前レンダリング' ,
482
+ pagePath : '/products/事前レンダリング,test ' ,
483
483
revalidateApiBasePath : '/api/revalidate' ,
484
- expectedH1Content : 'Product 事前レンダリング' ,
484
+ expectedH1Content : 'Product 事前レンダリング,test ' ,
485
485
} ,
486
486
{
487
487
label :
488
488
'not prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
489
489
prerendered : false ,
490
- pagePath : '/products/事前レンダリングされていない' ,
490
+ pagePath : '/products/事前レンダリングされていない,test ' ,
491
491
revalidateApiBasePath : '/api/revalidate' ,
492
- expectedH1Content : 'Product 事前レンダリングされていない' ,
492
+ expectedH1Content : 'Product 事前レンダリングされていない,test ' ,
493
493
} ,
494
494
] ) {
495
495
test . describe ( label , ( ) => {
0 commit comments