Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed May 3, 2024
1 parent fd4b40a commit 6eb42ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/openmrs-superset-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { patientName } from '../utils/functions/testBase';
import { O3_URL, SUPERSET_URL } from '../utils/configs/globalSetup';

let homePage: HomePage;

/*
test.beforeEach(async ({ page }) => {
homePage = new HomePage(page);
await homePage.initiateLogin();
Expand Down Expand Up @@ -441,7 +441,7 @@ test('Voiding an OpenMRS obs updates the observation in Superset observations ta
await page.getByRole('tab', { name: 'Results' }).click();
await homePage.clearSQLEditor();
});

*/
test.afterEach(async ({ page }) => {
homePage = new HomePage(page);
await homePage.deletePatient();
Expand Down

0 comments on commit 6eb42ff

Please sign in to comment.