Skip to content

Commit

Permalink
Update method name for discontinuing an Obs in OpenMRS
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Feb 26, 2024
1 parent 6d777e6 commit 7078df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/functions/testBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class HomePage {
await delay(5000);
}

async discontinueEncounter() {
async discontinueAnObsInOpenMRS() {
await this.page.getByRole('link', { name: 'Visits' }).click();
await this.page.getByRole('tab', { name: 'All encounters' }).click();
await this.page.getByRole('row', { name: 'Encounter table actions menu' }).getByRole('button', { name: 'Encounter table actions menu' }).click();
Expand Down

0 comments on commit 7078df7

Please sign in to comment.