@@ -396,7 +396,7 @@ test.describe("Forms", () => {
396
396
expect ( el . attr ( "action" ) ) . toMatch ( "/inbox" ) ;
397
397
} ) ;
398
398
399
- test ( "no action resolves to action w/ search params" , async ( {
399
+ test ( "no action resolves to URL including search params" , async ( {
400
400
page,
401
401
} ) => {
402
402
let app = new PlaywrightFixture ( appFixture , page ) ;
@@ -466,7 +466,7 @@ test.describe("Forms", () => {
466
466
expect ( el . attr ( "action" ) ) . toMatch ( "/blog/abc" ) ;
467
467
} ) ;
468
468
469
- test ( "no action resolves to action w/ search params" , async ( {
469
+ test ( "no action resolves to URL including search params" , async ( {
470
470
page,
471
471
} ) => {
472
472
let app = new PlaywrightFixture ( appFixture , page ) ;
@@ -536,7 +536,7 @@ test.describe("Forms", () => {
536
536
expect ( el . attr ( "action" ) ) . toMatch ( "/blog" ) ;
537
537
} ) ;
538
538
539
- test ( "no action resolves to action w/ search params" , async ( {
539
+ test ( "no action resolves to URL including search params" , async ( {
540
540
page,
541
541
} ) => {
542
542
let app = new PlaywrightFixture ( appFixture , page ) ;
@@ -606,7 +606,7 @@ test.describe("Forms", () => {
606
606
expect ( el . attr ( "action" ) ) . toMatch ( "/blog" ) ;
607
607
} ) ;
608
608
609
- test ( "no action resolves to action w/ search params" , async ( {
609
+ test ( "no action resolves to URL including search params" , async ( {
610
610
page,
611
611
} ) => {
612
612
let app = new PlaywrightFixture ( appFixture , page ) ;
@@ -676,7 +676,7 @@ test.describe("Forms", () => {
676
676
expect ( el . attr ( "action" ) ) . toMatch ( "/projects" ) ;
677
677
} ) ;
678
678
679
- test ( "no action resolves to action w/ search params" , async ( {
679
+ test ( "no action resolves to URL including search params" , async ( {
680
680
page,
681
681
} ) => {
682
682
let app = new PlaywrightFixture ( appFixture , page ) ;
0 commit comments