Skip to content

Commit

Permalink
fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 3, 2024
1 parent aa753ea commit 5abfa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientLogupdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class PatientLogupdate {
}

clickUpdateDetail() {
cy.verifyAndClickElement("#consultation-preview", "Update Details");
cy.verifyAndClickElement("#consultation-preview", "Update Log");
cy.wait(3000);
}

Expand Down

0 comments on commit 5abfa46

Please sign in to comment.