Skip to content

Commit

Permalink
Update test title
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Feb 26, 2024
1 parent e0e836c commit 6d777e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/testAnalyticsIntegration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6d777e6

Please sign in to comment.