From 8e8601863edf4f607eba7180362e68f5b48d2bf6 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 1 Jun 2024 19:13:18 -0700 Subject: [PATCH] working eclinicalworks test. --- js/e2e/src/eclinicalworks_test.ts | 1 + 1 file changed, 1 insertion(+) 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")');