Skip to content

Commit

Permalink
curse you cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
asinn134 committed Jan 4, 2025
1 parent 50431db commit 0376d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/core-web/cypress/e2e/createproject.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ describe("Major Projects", () => {
cy.get(`[data-cy="payment_contact.address[0].address_type_code"]`)
.contains("Please select")
.click({ force: true });
cy.get('[title="Canada"]:visible').click();
cy.get('[title="Canada"]:visible').next().click({ force: true });
cy.get(`[data-cy="payment_contact.address[0].sub_division_code"]`)
.contains("Please select")
.click({ force: true });
cy.get('[title="AB"]:visible').click();
cy.get(`[name="payment_contact.address[0].post_code"]`).type("A0A0A0", { force: true });
cy.get('[title="AK"]:visible').click({ force: true });
cy.get(`[name="payment_contact.address[0].post_code"]`).type("99501", { force: true });
cy.get(`[name="payment_contact.address[0].city"]`).type("Cityville", { force: true });

// SAVE & CONTINUE - Agent
Expand Down

0 comments on commit 0376d92

Please sign in to comment.