diff --git a/frontend/cypress/e2e/allegation-details.cy.ts b/frontend/cypress/e2e/allegation-details.cy.ts index 97e4c60a8..d5dbfc21a 100644 --- a/frontend/cypress/e2e/allegation-details.cy.ts +++ b/frontend/cypress/e2e/allegation-details.cy.ts @@ -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"); }); diff --git a/frontend/src/app/components/common/non-dismissible-alert.tsx b/frontend/src/app/components/common/non-dismissible-alert.tsx index 433f87998..8cfcdc3c8 100644 --- a/frontend/src/app/components/common/non-dismissible-alert.tsx +++ b/frontend/src/app/components/common/non-dismissible-alert.tsx @@ -6,7 +6,7 @@ const NonDismissibleAlert: React.FC = () => { return (