Skip to content

Commit

Permalink
fix: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Jan 23, 2024
1 parent ce3629b commit 2628349
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sites/partners/cypress/e2e/default/03-listing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ describe("Listing Management Tests", () => {
cy.getByID("specialNotes").type(listing["specialNotes"])
cy.get("button").contains("Application Process").click()
cy.getByID("reviewOrderFCFS").check()
cy.getByID("dueDateQuestionNo").check()
cy.getByID("waitlistOpenNo").check()
cy.getByID("leasingAgentName").type(listing["leasingAgentName"])
cy.getByID("leasingAgentEmail").type(listing["leasingAgentEmail"])
Expand Down Expand Up @@ -242,10 +241,6 @@ describe("Listing Management Tests", () => {
cy.getByID("programRules").contains(listing["programRules"])
cy.getByID("specialNotes").contains(listing["specialNotes"])
cy.getByID("reviewOrderQuestion").contains("First come first serve")
cy.getByID("dueDateQuestion").contains("No")
cy.getByID("whatToExpect").contains(
"Applicants will be contacted by the property agent in rank order until vacancies are filled. All of the information that you have provided will be verified and your eligibility confirmed. Your application will be removed from the waitlist if you have made any fraudulent statements. If we cannot verify a housing preference that you have claimed, you will not receive the preference but will not be otherwise penalized. Should your application be chosen, be prepared to fill out a more detailed application and provide required supporting documents."
)
cy.getByID("leasingAgentName").contains(listing["leasingAgentName"])
cy.getByID("leasingAgentEmail").contains(listing["leasingAgentEmail"].toLowerCase())
cy.getByID("leasingAgentPhone").contains("(520) 245-8811")
Expand Down

0 comments on commit 2628349

Please sign in to comment.