Skip to content

Commit

Permalink
minor fix component change
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 4, 2023
1 parent bab0a18 commit 43aa7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/facility_spec/facility_creation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("Facility Creation", () => {
facilityPage.clickcancelbutton();
// add no doctor capacity and verify form error message
facilityPage.isVisibleAreaOfSpecialization();
facilityPage.saveAndExitDoctorForm();
facilityPage.clickdoctorcapacityaddmore();
userCreationPage.verifyErrorMessages(doctorErrorMessage);
facilityPage.clickcancelbutton();
cy.url().then((newUrl) => {
Expand Down

0 comments on commit 43aa7aa

Please sign in to comment.