📝 Update support contact email

This commit is contained in:
Baptiste Arnaud
2023-09-12 09:45:45 +02:00
parent 87fac3e9ff
commit 6375a2425f
6 changed files with 7 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ test.describe('Payment input block', () => {
await page.selectOption('select', 'EUR')
await page.click('text=Additional information')
await page.fill('[placeholder="John Smith"]', 'Baptiste')
await page.fill('[placeholder="john@gmail.com"]', 'baptiste@typebot.io')
await page.fill('[placeholder="john@gmail.com"]', 'test@typebot.io')
await expect(page.locator('text="Phone number:"')).toBeVisible()
await page.click('text=Preview')