Skip to content

Commit

Permalink
minor-fix-assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 9, 2023
1 parent e7c148c commit 4020d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Users/ManageUserPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class ManageUserPage {
}

assertSkillIndoctorconnect(skillName) {
cy.get("#doctor-connect-home-staff")
cy.get("#doctor-connect-home-doctor")
.contains(skillName)
.should("have.length", 1);
}
Expand Down

0 comments on commit 4020d1c

Please sign in to comment.