Skip to content

Commit

Permalink
Merge branch 'develop' into remove_covid
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Nov 27, 2023
2 parents 0ec0532 + a6828e3 commit ea27421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/pageobject/Patient/PatientConsultation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export class PatientConsultationPage {
}

addDoctorsNotes(notes: string) {
cy.get("#expand_doctor_notes").click();
cy.get("#doctor_notes_textarea").type(notes);
}

Expand Down

0 comments on commit ea27421

Please sign in to comment.