Skip to content

Commit

Permalink
fcility creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 committed Dec 15, 2024
1 parent 46607cd commit 31258b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/facility_spec/FacilityCreation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ describe("Facility Creation", () => {
facilityPage.fillBasicDetails(testFacilityData.basic);
facilityPage.fillLocationDetails(testFacilityData.location);
facilityPage.fillOxygenDetails(testFacilityData.oxygen);
// facilityPage.submitForm();
cy.clickSubmitButton("Save Facility");
facilityPage.submitForm();
// add the bed capacity
facilityPage.selectBedType("Oxygen Supported Bed");
facilityPage.fillTotalCapacity(bedCapacity);
Expand Down

0 comments on commit 31258b8

Please sign in to comment.