Skip to content

Commit 1743671

Browse files
wp
1 parent 74ab876 commit 1743671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/example.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('Purchace article not complete info', async ({ page }) => {
4242

4343
var statusPurchase = await ai('the purchase was successful?', { page, test })
4444
console.log(statusPurchase)
45-
expect(statusPurchase).toEqual(true)
45+
expect(statusPurchase).toEqual(false)
4646

4747
await page.pause()
4848

0 commit comments

Comments
 (0)