From 26283493f3429e3f429c9e6c31092a0d8c4e65d8 Mon Sep 17 00:00:00 2001 From: Morgan Ludtke Date: Tue, 23 Jan 2024 17:50:31 -0600 Subject: [PATCH] fix: test fixes --- sites/partners/cypress/e2e/default/03-listing.spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sites/partners/cypress/e2e/default/03-listing.spec.ts b/sites/partners/cypress/e2e/default/03-listing.spec.ts index 5ba450bfa7..bb0b17b06a 100644 --- a/sites/partners/cypress/e2e/default/03-listing.spec.ts +++ b/sites/partners/cypress/e2e/default/03-listing.spec.ts @@ -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"]) @@ -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")