From 8c809cd1a0fca47813ac8130c7e532a0972592a5 Mon Sep 17 00:00:00 2001 From: singhdharmveer311 Date: Sat, 3 May 2025 02:05:03 +0200 Subject: [PATCH] First --- tests/Chapter02/02_Locators_Test.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();