Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Jan 20, 2025
1 parent dfae955 commit 5b6dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/openmrs-senaite-flows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('Editing the details of an OpenMRS patient with a synced lab order edits th
await expect(page.locator('table tbody tr:nth-child(1) td.contentcell.title div span a')).toContainText(`${patientName.firstName + ' ' + patientName.givenName}`);
await page.goto(`${O3_URL}`);
await openmrs.searchPatient(`${patientName.firstName + ' ' + patientName.givenName}`);
await openmrs.updatePatientDetails(), delay(5000);
await openmrs.updatePatientDetails(), delay(6000);

// verify
await page.goto(`${SENAITE_URL}`);
Expand Down

0 comments on commit 5b6dd6a

Please sign in to comment.