@@ -463,11 +463,11 @@ describe("API", () => {
463463 pageErrors . push ( error ) ;
464464 } ) ;
465465
466- const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
467- waitUntil : "networkidle0" ,
468- } ) ;
466+ const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
467+ waitUntil : "networkidle0" ,
468+ } ) ;
469469
470- expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
470+ expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
471471
472472 expect (
473473 consoleMessages . map ( ( message ) => message . text ( ) ) ,
@@ -512,11 +512,11 @@ describe("API", () => {
512512 pageErrors . push ( error ) ;
513513 } ) ;
514514
515- const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
516- waitUntil : "networkidle0" ,
517- } ) ;
515+ const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
516+ waitUntil : "networkidle0" ,
517+ } ) ;
518518
519- expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
519+ expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
520520
521521 expect (
522522 consoleMessages . map ( ( message ) => message . text ( ) ) ,
@@ -561,11 +561,11 @@ describe("API", () => {
561561 pageErrors . push ( error ) ;
562562 } ) ;
563563
564- const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
565- waitUntil : "networkidle0" ,
566- } ) ;
564+ const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
565+ waitUntil : "networkidle0" ,
566+ } ) ;
567567
568- expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
568+ expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
569569
570570 expect (
571571 consoleMessages . map ( ( message ) => message . text ( ) ) ,
@@ -611,11 +611,11 @@ describe("API", () => {
611611 pageErrors . push ( error ) ;
612612 } ) ;
613613
614- const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
615- waitUntil : "networkidle0" ,
616- } ) ;
614+ const response = await page . goto ( `http://localhost:${ devServerPort } /` , {
615+ waitUntil : "networkidle0" ,
616+ } ) ;
617617
618- expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
618+ expect ( response . status ( ) ) . toMatchSnapshot ( "response status" ) ;
619619
620620 expect (
621621 consoleMessages . map ( ( message ) => message . text ( ) ) ,
0 commit comments