Skip to content

Commit

Permalink
test: fix cypress longitude error (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored May 8, 2024
1 parent 4ed3179 commit d45de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/partners/cypress/e2e/default/03-listing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe("Listing Management Tests", () => {
cy.getByID("buildingAddress.state").contains("CA")
cy.getByID("buildingAddress.zipCode").contains(listing["buildingAddress.zipCode"])
cy.getByID("yearBuilt").contains(listing["yearBuilt"])
cy.getByID("longitude").should("include.text", "-122.398845")
cy.getByID("longitude").should("include.text", "-122")
cy.getByID("latitude").should("include.text", "37.7")
cy.getByID("reservedCommunityType").contains(listing["reservedCommunityType.id"])
cy.getByID("reservedCommunityDescription").contains(listing["reservedCommunityDescription"])
Expand Down

0 comments on commit d45de05

Please sign in to comment.