Skip to content

Commit

Permalink
Close visit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gokultw committed Oct 13, 2023
1 parent aea7381 commit dfc4b86
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
1 change: 1 addition & 0 deletions bahmni-e2e-common-flows/tests/frontDesk/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,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 waitFor(1000)
await switchTo(/registration/);
await closeTab(/clinical/);
});
46 changes: 22 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0"
}
}
}

0 comments on commit dfc4b86

Please sign in to comment.