@@ -338,7 +338,7 @@ test.describe("server option", () => {
338338
339339 expect (
340340 normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
341- ) . toMatchSnapshotWithArray ( ) ;
341+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
342342 expect ( response . status ( ) ) . toBe ( 200 ) ;
343343 await expect ( page ) . toHaveScreenshot ( ) ;
344344 expect (
@@ -422,7 +422,7 @@ test.describe("server option", () => {
422422
423423 expect (
424424 normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
425- ) . toMatchSnapshotWithArray ( ) ;
425+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
426426 expect ( response . status ( ) ) . toBe ( 200 ) ;
427427 await expect ( page ) . toHaveScreenshot ( ) ;
428428 expect (
@@ -515,7 +515,7 @@ test.describe("server option", () => {
515515
516516 expect (
517517 normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
518- ) . toMatchSnapshotWithArray ( ) ;
518+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
519519 expect ( response . status ( ) ) . toBe ( 200 ) ;
520520 await expect ( page ) . toHaveScreenshot ( ) ;
521521 expect (
@@ -585,7 +585,7 @@ test.describe("server option", () => {
585585
586586 expect (
587587 normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
588- ) . toMatchSnapshotWithArray ( ) ;
588+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
589589 expect ( response . status ( ) ) . toBe ( 200 ) ;
590590 await expect ( page ) . toHaveScreenshot ( ) ;
591591 expect (
@@ -655,7 +655,7 @@ test.describe("server option", () => {
655655
656656 expect (
657657 normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
658- ) . toMatchSnapshotWithArray ( ) ;
658+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
659659 expect ( response . status ( ) ) . toBe ( 200 ) ;
660660 await expect ( page ) . toHaveScreenshot ( ) ;
661661 expect (
0 commit comments