Skip to content

Commit

Permalink
Fix close visits.
Browse files Browse the repository at this point in the history
  • Loading branch information
gokultw committed Oct 16, 2023
1 parent dfc4b86 commit b2f0f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bahmni-e2e-common-flows/tests/frontDesk/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ step("Get patient ID from patient dashboard", async function () {
});

step("Click visit attributes link", async function () {
await click(link("Visit Attributes"), { waitForNavigation: true, navigationTimeout: process.env.actionTimeout });
await click(link("Visit Attributes"), { waitForEvents: ['targetNavigated'] });
await waitFor(1000)
await switchTo(/registration/);
await closeTab(/clinical/);
Expand Down

0 comments on commit b2f0f9a

Please sign in to comment.