Skip to content

Commit 7fde2cb

Browse files
wp
1 parent d688a9e commit 7fde2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/example.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test.only('Purchase article', async ({ page }) => {
88
await ai('go to this page https://www.saucedemo.com/', { page, test })
99
await ai('insert username as standard_user', { page, test })
1010
await ai('insert password as secret_sauce in the password field', { page, test })
11-
await ai('click buton login', { page, test })
11+
await ai('click button login', { page, test })
1212
await ai('add to the cart the 2 articles', { page, test })
1313
await page.pause()
1414

@@ -31,7 +31,7 @@ test('Purchace article not complete info', async ({ page }) => {
3131
await ai('go to this page https://www.saucedemo.com/', { page, test })
3232
await ai('insert username as standard_user', { page, test })
3333
await ai('insert password as secret_sauce in the password field', { page, test })
34-
await ai('click buton login', { page, test })
34+
await ai('click button login', { page, test })
3535
await ai('add to the cart the 2 articles', { page, test })
3636
await page.pause()
3737

0 commit comments

Comments
 (0)