Skip to content

Commit

Permalink
fix doctor notes test
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 27, 2023
1 parent 9b05821 commit c62739b
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 c62739b

Please sign in to comment.