Skip to content

Commit

Permalink
Update moonpay.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 30, 2023
1 parent 6e4607e commit 8455b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/specs/stateful/moonpay.spec.ts
Expand Up @@ -23,8 +23,6 @@ test.describe('Moonpay registration', () => {
await page.getByText('Next').click()

const moonpay = page.frameLocator('#moonpayIframe')
await expect(moonpay.getByText('Purchase NFT with card')).toBeVisible({ timeout: 25000 })
await moonpay.getByRole('button', { name: 'Continue' }).click()
await expect(moonpay.getByText('Checkout with MoonPay')).toBeVisible()
await expect(moonpay.getByText('Oops, something went wrong')).toBeVisible({ timeout: 25000 })
})
})

0 comments on commit 8455b8f

Please sign in to comment.