Skip to content

Commit

Permalink
added a hard wait to handle celery delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 10, 2024
1 parent edc48d2 commit 1ff02f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/facility_spec/FacilityHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ describe("Facility Homepage Function", () => {
facilityNotify.verifyPostNotificationReq();
cy.verifyNotification("Facility Notified");
cy.closeNotification();
cy.wait(2000);
// Verify the frontend error on empty message
facilityHome.clickFacilityNotifyButton();
facilityNotify.verifyFacilityName(facilityName);
Expand Down

0 comments on commit 1ff02f8

Please sign in to comment.