Skip to content

Commit

Permalink
update to use locator method
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonfarrell committed Jan 9, 2025
1 parent 7430129 commit b07ab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/e2e/ecr-library.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test.describe("eCR Library Filtering", () => {
await page.getByLabel("Apply Filter").click();

//Click into the first eCR
await page.$("table tr:first-child td:first-child a").click();
await page.locator("table tr:first-child td:first-child a").click();
//Return to the eCR Library
await page.getByText("Back to eCR Library").click({ delay: 200 });

Expand Down

0 comments on commit b07ab97

Please # to comment.