Skip to content

Commit

Permalink
Update element selectors in UserSearch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Mar 12, 2024
1 parent 2c924bc commit 4a76861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/pageobject/Users/UserSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ export class UserPage {
}

selectState(state: string) {
cy.searchAndSelectOption("#state", state);
cy.searchAndSelectOption("#state input", state);
}

selectDistrict(district: string) {
cy.searchAndSelectOption("#district", district);
cy.searchAndSelectOption("#district input", district);
}

typeInPhoneNumber(phone: string) {
Expand Down

0 comments on commit 4a76861

Please sign in to comment.