From ac9f335339ead9f9799ae8e8ab542f40e24a1b62 Mon Sep 17 00:00:00 2001 From: ColinBuyck Date: Thu, 26 Oct 2023 15:54:30 -0700 Subject: [PATCH] fix: add juris selection to cypress --- sites/partners/cypress/e2e/default/03-listing.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/partners/cypress/e2e/default/03-listing.spec.ts b/sites/partners/cypress/e2e/default/03-listing.spec.ts index 755d6595a81..e54efa3c718 100644 --- a/sites/partners/cypress/e2e/default/03-listing.spec.ts +++ b/sites/partners/cypress/e2e/default/03-listing.spec.ts @@ -20,6 +20,7 @@ describe("Listing Management Tests", () => { // eslint-disable-next-line @typescript-eslint/no-explicit-any function fillOutListing(cy: Cypress.cy, listing: any): void { + cy.getByID("jurisdiction.id").select(listing["jurisdiction.id"]) cy.get("#name").type(listing["name"]) cy.get("#developer").type(listing["developer"])