Skip to content

Commit

Permalink
working eclinicalworks test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 2, 2024
1 parent 01b0472 commit 8e86018
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 8e86018

Please sign in to comment.