📝 Update support contact email
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function Page() {
|
||||
</Text>
|
||||
<Text>
|
||||
If you think it's a mistake, feel free to{' '}
|
||||
<Link href="mailto:baptiste@typebot.io" textDecor="underline">
|
||||
<Link href="mailto:support@typebot.io" textDecor="underline">
|
||||
reach out
|
||||
</Link>
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user