File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require('dotenv').config()
4
4
5
5
const url = 'https://www.saucedemo.com/'
6
6
7
- test . only ( 'Purshace article' , async ( { page } ) => {
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 } )
@@ -27,7 +27,7 @@ test.only('Purshace article', async ({ page }) => {
27
27
28
28
} ) ;
29
29
30
- test ( 'Purshace article not complete info' , async ( { page } ) => {
30
+ 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 } )
You can’t perform that action at this time.
0 commit comments