Skip to content

Commit

Permalink
cyp_done
Browse files Browse the repository at this point in the history
  • Loading branch information
manasvi-gaur committed Apr 25, 2024
1 parent 6164c6e commit e906e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class PatientPage {
}

typePatientEmergencyNumber(phoneNumber: string) {
cy.get("#emergency_phone_number-div").click().type(phoneNumber);
cy.get("#emergency_phone_number").click().type(phoneNumber);
}

typePatientDateOfBirth(dateOfBirth: string) {
Expand Down

0 comments on commit e906e8f

Please sign in to comment.