Skip to content

Commit

Permalink
Fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Aug 1, 2023
1 parent 326c0e2 commit 1966601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/patient_spec/patient_crud.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ describe("Patient Creation with consultation", () => {
.click();
cy.get("div#medicine_object input[placeholder='Select'][role='combobox']")
.click()
.type("dolo");
cy.get("#medicine_object-option-DOLO").click();
.type("dolo{enter}");
cy.get("#dosage").type("3", { force: true });
cy.get("#frequency")
.click()
Expand Down

0 comments on commit 1966601

Please sign in to comment.