Add Meta Pixel block

Closes #582
This commit is contained in:
Baptiste Arnaud
2023-06-28 09:52:03 +02:00
parent 92f7f3cbe2
commit 033f8f99dd
39 changed files with 826 additions and 38 deletions

View File

@@ -27,6 +27,6 @@ test.describe.parallel('Templates page', () => {
await page.click('text=Customer Support')
await expect(page.locator('text=How can I help you?')).toBeVisible()
await page.click('text=Use this template')
await expect(page).toHaveURL(new RegExp(`/edit`))
await expect(page).toHaveURL(new RegExp(`/edit`), { timeout: 10000 })
})
})