⚡ Regroup database queries of /sendMessage in one place
Potentially reduces the total queries to database and it will help to migrate to Edge runtime
This commit is contained in:
@@ -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`), { timeout: 10000 })
|
||||
await expect(page).toHaveURL(new RegExp(`/edit`), { timeout: 20000 })
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user