playwright icon indicating copy to clipboard operation
playwright copied to clipboard

Update test-auth-js.md for GitHub authentication

Open juliakm opened this issue 2 years ago • 0 comments

I needed to update the locator for GitHub authentication to await page.locator('input:has-text("Sign in")').click(); because searching for the value Sign in returns two results: the button and the heading.

juliakm avatar Sep 15 '22 13:09 juliakm