Skip to content

Commit

Permalink
fixed the cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 committed Dec 15, 2024
1 parent 32ea381 commit dd9bc77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/facility_spec/FacilityCreation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ describe("Facility Creation", () => {
facilityPage.fillLocationDetails(testFacilityData.location);
facilityPage.fillOxygenDetails(testFacilityData.oxygen);
facilityPage.submitForm();
cy.closeNotification();
// add the bed capacity
facilityPage.selectBedType("Oxygen Supported Bed");
facilityPage.fillTotalCapacity(bedCapacity);
Expand Down

0 comments on commit dd9bc77

Please sign in to comment.