Skip to content

Commit

Permalink
Run O3 Distro HIS
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Nov 14, 2024
1 parent 166db7a commit fcf4b0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions e2e/tests/odoo-openmrs-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,5 @@ test('Discontinuing a synced OpenMRS lab order for an Odoo customer with a singl

test.afterEach(async ({ page }) => {
await openmrs.voidPatient();
await openmrs.logout();
await odoo.logout();
await page.close();
});
2 changes: 0 additions & 2 deletions e2e/tests/openmrs-senaite-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,5 @@ test('Published free text lab results from SENAITE are viewable in the OpenMRS l

test.afterEach(async ({ page }) => {
await openmrs.voidPatient();
await openmrs.logout();
await senaite.logout();
await page.close();
});

0 comments on commit fcf4b0c

Please sign in to comment.