File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const snapshotTests = ({satelliteKind}: {satelliteKind: 'website' | 'application
1818 await cliPage . clearHosting ( ) ;
1919
2020 const satellitePage = await consolePage . visitSatelliteSite ( {
21- title : 'Internet Computer - Error: response verification error '
21+ title : 'Response Verification Error - 503 | Internet Computer '
2222 } ) ;
2323 await satellitePage . assertScreenshot ( ) ;
2424
@@ -45,7 +45,7 @@ const snapshotTests = ({satelliteKind}: {satelliteKind: 'website' | 'application
4545 await cliPage . clearHosting ( ) ;
4646
4747 const satellitePage = await consolePage . visitSatelliteSite ( {
48- title : 'Internet Computer - Error: response verification error '
48+ title : 'Response Verification Error - 503 | Internet Computer '
4949 } ) ;
5050 await satellitePage . assertScreenshot ( ) ;
5151
You can’t perform that action at this time.
0 commit comments