Skip to content

Commit

Permalink
cypress changes removed
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Jan 8, 2025
1 parent e93c453 commit 3ad7c80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/pageObject/Patients/PatientSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export class PatientSearch {
}

clickSearchPatients() {
cy.get('[data-sidebar="content"]', { timeout: 20000 })
.contains("Search Patients")
.click();
cy.get('[data-sidebar="content"]').contains("Search Patients").click();
return this;
}
}
Expand Down

0 comments on commit 3ad7c80

Please sign in to comment.