@@ -84,17 +84,17 @@ test.describe('Simple Page Router (no basePath, no i18n)', () => {
8484 label :
8585 'prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
8686 prerendered : true ,
87- pagePath : '/products/事前レンダリング' ,
87+ pagePath : '/products/事前レンダリング,test ' ,
8888 revalidateApiBasePath : '/api/revalidate' ,
89- expectedH1Content : 'Product 事前レンダリング' ,
89+ expectedH1Content : 'Product 事前レンダリング,test ' ,
9090 } ,
9191 {
9292 label :
9393 'not prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
9494 prerendered : false ,
95- pagePath : '/products/事前レンダリングされていない' ,
95+ pagePath : '/products/事前レンダリングされていない,test ' ,
9696 revalidateApiBasePath : '/api/revalidate' ,
97- expectedH1Content : 'Product 事前レンダリングされていない' ,
97+ expectedH1Content : 'Product 事前レンダリングされていない,test ' ,
9898 } ,
9999 ] ) {
100100 test ( label , async ( { page, pollUntilHeadersMatch, pageRouter } ) => {
@@ -479,17 +479,17 @@ test.describe('Page Router with basePath and i18n', () => {
479479 label :
480480 'prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
481481 prerendered : true ,
482- pagePath : '/products/事前レンダリング' ,
482+ pagePath : '/products/事前レンダリング,test ' ,
483483 revalidateApiBasePath : '/api/revalidate' ,
484- expectedH1Content : 'Product 事前レンダリング' ,
484+ expectedH1Content : 'Product 事前レンダリング,test ' ,
485485 } ,
486486 {
487487 label :
488488 'not prerendered page with dynamic path and awaited res.revalidate() - non-ASCII variant' ,
489489 prerendered : false ,
490- pagePath : '/products/事前レンダリングされていない' ,
490+ pagePath : '/products/事前レンダリングされていない,test ' ,
491491 revalidateApiBasePath : '/api/revalidate' ,
492- expectedH1Content : 'Product 事前レンダリングされていない' ,
492+ expectedH1Content : 'Product 事前レンダリングされていない,test ' ,
493493 } ,
494494 ] ) {
495495 test . describe ( label , ( ) => {
0 commit comments