Skip to content

Commit b44e5c3

Browse files
committed
update test assertions
1 parent 04a0cf3 commit b44e5c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integration/form-test.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ test.describe("Forms", () => {
396396
expect(el.attr("action")).toMatch("/inbox");
397397
});
398398

399-
test("no action resolves to action w/ search params", async ({
399+
test("no action resolves to URL including search params", async ({
400400
page,
401401
}) => {
402402
let app = new PlaywrightFixture(appFixture, page);
@@ -466,7 +466,7 @@ test.describe("Forms", () => {
466466
expect(el.attr("action")).toMatch("/blog/abc");
467467
});
468468

469-
test("no action resolves to action w/ search params", async ({
469+
test("no action resolves to URL including search params", async ({
470470
page,
471471
}) => {
472472
let app = new PlaywrightFixture(appFixture, page);
@@ -536,7 +536,7 @@ test.describe("Forms", () => {
536536
expect(el.attr("action")).toMatch("/blog");
537537
});
538538

539-
test("no action resolves to action w/ search params", async ({
539+
test("no action resolves to URL including search params", async ({
540540
page,
541541
}) => {
542542
let app = new PlaywrightFixture(appFixture, page);
@@ -606,7 +606,7 @@ test.describe("Forms", () => {
606606
expect(el.attr("action")).toMatch("/blog");
607607
});
608608

609-
test("no action resolves to action w/ search params", async ({
609+
test("no action resolves to URL including search params", async ({
610610
page,
611611
}) => {
612612
let app = new PlaywrightFixture(appFixture, page);
@@ -676,7 +676,7 @@ test.describe("Forms", () => {
676676
expect(el.attr("action")).toMatch("/projects");
677677
});
678678

679-
test("no action resolves to action w/ search params", async ({
679+
test("no action resolves to URL including search params", async ({
680680
page,
681681
}) => {
682682
let app = new PlaywrightFixture(appFixture, page);

0 commit comments

Comments
 (0)