Skip to content

Commit

Permalink
fix: add juris selection to cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Oct 26, 2023
1 parent 8cc68b6 commit ac9f335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/partners/cypress/e2e/default/03-listing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down

0 comments on commit ac9f335

Please sign in to comment.