diff --git a/js/e2e/src/eclinicalworks_test.ts b/js/e2e/src/eclinicalworks_test.ts index 8bcdc3cd2..f9f530bf4 100644 --- a/js/e2e/src/eclinicalworks_test.ts +++ b/js/e2e/src/eclinicalworks_test.ts @@ -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")');