Skip to content

Commit d688a9e

Browse files
wp
1 parent 0f89cd4 commit d688a9e

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
@@ -4,7 +4,7 @@ require('dotenv').config()
44

55
const url = 'https://www.saucedemo.com/'
66

7-
test.only('Purshace article', async ({ page }) => {
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 })
@@ -27,7 +27,7 @@ test.only('Purshace article', async ({ page }) => {
2727

2828
});
2929

30-
test('Purshace article not complete info', async ({ page }) => {
30+
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 })

0 commit comments

Comments
 (0)