Skip to content

Commit 283b782

Browse files
test: tests
1 parent 34d25ec commit 283b782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sites/partners/__tests__/pages/listings/index.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ describe("listings", () => {
562562
await userEvent.click(addListingButton)
563563

564564
expect(
565-
screen.getByRole("heading", { level: 1, name: "Select a jurisdiction" })
565+
screen.getByRole("heading", { level: 1, name: "Select jurisdiction" })
566566
).toBeInTheDocument()
567567
expect(
568568
screen.getByText("Once you create this listing, the jurisdiction cannot be changed.")
@@ -634,7 +634,7 @@ describe("listings", () => {
634634
await userEvent.click(addListingButton)
635635

636636
expect(
637-
screen.queryByRole("heading", { level: 1, name: "Select a jurisdiction" })
637+
screen.queryByRole("heading", { level: 1, name: "Select jurisdiction" })
638638
).not.toBeInTheDocument()
639639

640640
expect(screen.queryByRole("option", { name: "JurisdictionA" })).not.toBeInTheDocument()

0 commit comments

Comments
 (0)