From 6d777e6fa98647e028028fe321554d01258d324d Mon Sep 17 00:00:00 2001 From: Daud Kakumirizi Date: Mon, 26 Feb 2024 14:28:24 +0300 Subject: [PATCH] Update test title --- e2e/tests/testAnalyticsIntegration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/testAnalyticsIntegration.spec.ts b/e2e/tests/testAnalyticsIntegration.spec.ts index e2fde0c8..c5be3d48 100644 --- a/e2e/tests/testAnalyticsIntegration.spec.ts +++ b/e2e/tests/testAnalyticsIntegration.spec.ts @@ -498,7 +498,7 @@ test('Adding an OpenMRS appointment syncs appointment into appointments table in await homePage.clearSQLEditor(); }); -test('Voiding an OpenMRS encounter reflects in Superset Encounters table within encounters_voided column', async ({ page }) => { +test('Voiding an obs in OpenMRS gets reflected in the observations dataset in Superset', async ({ page }) => { // setup const homePage = new HomePage(page); await homePage.createPatient();