Playwright Beginner Tutorial 8 | Demo Login Test
▬ ALL FREE COURSES ►
▬ QUIZ -
00:00 *Intro*
00:15 *Demo Apps*
01:20 *1st Login test*
08:39 [club22750761|*Commands] to wait for element*
11:41 *2nd Login test*
14:35 *3rd Login test*
▬ ASK RAGHAV ►
Create and Run a demo login test
Playwright sample login tests
test(’Login demo test 1’, async ({ page }) => {
await (’’)
await ()
await (’[placeholder=“Enter your username“]’).fill(’Raghav’);
await (’[placeholder=“Enter your password“]’).fill(’1234’);
await (’text=Sign in’).click();
await (’text=ACME’).isVisible();
})
await (’text=Sign in’, { timeout: 4000 })
await expect(page.l ...
#RaghavPal #playwright_login_test
20220907
KSzmCo9xxVs