Skip to content

Commit

Permalink
implement manual reload
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 10, 2024
1 parent e076c3e commit 461dc91
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 @@ -168,6 +168,7 @@ describe("Facility Homepage Function", () => {
// Verify Notice Board Reflection
facilityNotify.interceptGetNotificationReq();
facilityNotify.visitNoticeBoard();
cy.reload();
facilityNotify.verifyGetNotificationReq();
cy.verifyContentPresence("#notification-message", [notificationMessage]);
facilityNotify.interceptGetNotificationReq();
Expand Down

0 comments on commit 461dc91

Please sign in to comment.