Skip to content

Commit

Permalink
Fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 2, 2024
1 parent 1fd5cad commit 614c4f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/appeals.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ describe("Appeal flow", () => {
cy.get("#Housing_Information_altcontact [type=radio]").check("No")
cy.get("#Housing_Information_heardabout").click()
cy.get(".ant-select-dropdown").contains("Local Organization").click()
cy.get("#Housing_Information_localinput").type("Organization")
cy.get("button[type=submit]").contains("Next Page").click()

cy.get("#Agreement_agreement label")
.contains("I want FREE ASSISTANCE")
.click()
cy.get("#Agreement_agreement_name").type(contact.name)
cy.get("button").contains("Next Page").click()

Expand Down

0 comments on commit 614c4f7

Please sign in to comment.