Skip to content

Commit

Permalink
CE-84-No-location-found-text-update (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: afwilcox <[email protected]>
  • Loading branch information
barrfalk and afwilcox authored Oct 26, 2023
1 parent 76c2ece commit d5906ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/allegation-details.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("COMPENF-37 Display ECR Details", () => {
});

it("it has a map on screen with no marker", function () {
cy.navigateToEditScreen(COMPLAINT_TYPES.ERS,"23-40004");
cy.navigateToEditScreen(COMPLAINT_TYPES.ERS,"23-032528");
cy.verifyMapMarkerExists(false);
cy.get(".comp-complaint-details-alert").should("exist");
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NonDismissibleAlert: React.FC = () => {
return (
<div className="comp-complaint-details-alert">
<FontAwesomeIcon icon={faInfoCircle} />
<span>The exact location of the complaint could not be determined</span>
<span>The exact location of the complaint could not be determined.</span>
</div>
);
};
Expand Down

0 comments on commit d5906ca

Please sign in to comment.