Skip to content

Commit 74ab876

Browse files
first 2 articles
1 parent 7fde2cb commit 74ab876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('Purchace article not complete info', async ({ page }) => {
3232
await ai('insert username as standard_user', { page, test })
3333
await ai('insert password as secret_sauce in the password field', { page, test })
3434
await ai('click button login', { page, test })
35-
await ai('add to the cart the 2 articles', { page, test })
35+
await ai('add to the cart the first 2 articles', { page, test })
3636
await page.pause()
3737

3838
await ai('go to te cart', { page, test })

0 commit comments

Comments
 (0)