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 dd9bc77 commit 46607cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/facility_spec/FacilityCreation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ describe("Facility Creation", () => {
facilityPage.fillBasicDetails(testFacilityData.basic);
facilityPage.fillLocationDetails(testFacilityData.location);
facilityPage.fillOxygenDetails(testFacilityData.oxygen);
facilityPage.submitForm();
// facilityPage.submitForm();
cy.clickSubmitButton("Save Facility");
// add the bed capacity
facilityPage.selectBedType("Oxygen Supported Bed");
facilityPage.fillTotalCapacity(bedCapacity);
Expand Down

0 comments on commit 46607cd

Please sign in to comment.