From 7078df7809c76a98dad4d2ad06eb23d8ee2147f8 Mon Sep 17 00:00:00 2001 From: Daud Kakumirizi Date: Mon, 26 Feb 2024 14:45:53 +0300 Subject: [PATCH] Update method name for discontinuing an Obs in OpenMRS --- e2e/utils/functions/testBase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/utils/functions/testBase.ts b/e2e/utils/functions/testBase.ts index ea3b0de0..0bff73aa 100644 --- a/e2e/utils/functions/testBase.ts +++ b/e2e/utils/functions/testBase.ts @@ -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();