@@ -8,7 +8,7 @@ test.only('Purchase article', async ({ page }) => {
8
8
await ai ( 'go to this page https://www.saucedemo.com/' , { page, test } )
9
9
await ai ( 'insert username as standard_user' , { page, test } )
10
10
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 } )
12
12
await ai ( 'add to the cart the 2 articles' , { page, test } )
13
13
await page . pause ( )
14
14
@@ -31,7 +31,7 @@ test('Purchace article not complete info', async ({ page }) => {
31
31
await ai ( 'go to this page https://www.saucedemo.com/' , { page, test } )
32
32
await ai ( 'insert username as standard_user' , { page, test } )
33
33
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 } )
35
35
await ai ( 'add to the cart the 2 articles' , { page, test } )
36
36
await page . pause ( )
37
37
0 commit comments