Javascript – expect.toBeVisible is not working when I am running my Playwright test
I have written a script to test a website (https://www.demoblaze.com/), I am trying to validate whether the logout button is visible to the user once the login process is complete. I am using "expect().toBeVisible()" to check the presence of the…