Skip to content

Commit

Permalink
Run all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed May 24, 2024
1 parent d06bfd5 commit ae3983f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/erpnext-openmrs-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test('Ordering a lab test for an OpenMRS patient creates the corresponding ERPNe
await expect(customer).toContainText(`${patientName.firstName + ' ' + patientName.givenName}`);
await openmrs.deletePatient();
});
/*

test('Ordering a drug for an OpenMRS patient creates the corresponding ERPNext customer with a filled quotation.', async ({ page }) => {
// replay
await openmrs.createDrugOrder();
Expand Down Expand Up @@ -135,7 +135,7 @@ test('Discontinuing a synced OpenMRS drug order for an ERPNext customer with a s
await expect(page.getByText('No Quotation found')).toBeVisible();
await openmrs.deletePatient();
});
*/

test.afterEach(async ({ page }) => {
// await erpnext.deleteCustomer();
await page.close();
Expand Down

0 comments on commit ae3983f

Please sign in to comment.