Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 18, 2024
1 parent 233ba2d commit b45f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientConsultation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class PatientConsultationPage {
cy.get("#icd11-search input[role='combobox']")
.scrollIntoView()
.click()
.type("1A");
.type("1A00");
cy.get("#icd11-search [role='option']")
.contains("1A00 Cholera")
.scrollIntoView()
Expand Down

0 comments on commit b45f137

Please sign in to comment.