diff --git a/tests/Chapter02/02_Locators_Test.spec.ts b/tests/Chapter02/02_Locators_Test.spec.ts index 04c0a97..7c6ef2c 100644 --- a/tests/Chapter02/02_Locators_Test.spec.ts +++ b/tests/Chapter02/02_Locators_Test.spec.ts @@ -18,7 +18,7 @@ test('Locators in Playwright', async ({ page }) => { // await page.getByAltText("View BakkappaN's full-sized avatar").click(); // GetByTestId - // await page.getByTestId("projects").first().click(); + await page.getByTestId("projects").first().click(); // GetByText // await page.getByText("Sign up").click();