Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working tests. #46

Merged
merged 11 commits into from
Jun 5, 2024
Prev Previous commit
Next Next commit
working eclinicalworks test.
  • Loading branch information
AnalogJ committed Jun 2, 2024
commit 8e8601863edf4f607eba7180362e68f5b48d2bf6
1 change: 1 addition & 0 deletions js/e2e/src/eclinicalworks_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test("eClinicalWorks-Healow Login Flow", async ({page}) => {
// We are on the agreement page
await page.waitForSelector("text=Personal Information Sharing");
await expect(page).toHaveTitle("LoginUi");
//this is a case-sensitive, but not exact match. It may break in the future.
await page.click('button:text-is("Approve")');


Expand Down