We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8349ea commit 3bf9a92Copy full SHA for 3bf9a92
tests/example.spec.ts
@@ -10,9 +10,13 @@ test.only('Purshace article', async ({ page }) => {
10
await ai('insert password as secret_sauce in the password field', { page, test })
11
await ai('click buton login', { page, test })
12
await ai('add to the cart the 2 articles', { page, test })
13
+ await page.pause()
14
+
15
await ai('go to te cart', { page, test })
16
await ai('checkout purchase', { page, test })
17
await ai('fill form with real information', { page, test })
18
19
20
await ai('click continue button', { page, test })
21
await ai('finish purchase', { page, test })
22
const element = await page.locator('.checkout_complete_container')
0 commit comments