⚡ 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:
@@ -63,5 +63,5 @@ test('should execute webhooks properly', async ({ page }) => {
|
||||
await expect(
|
||||
page.locator('text="Webhook successfuly executed." >> nth=1')
|
||||
).toBeVisible()
|
||||
await expect(page.locator('text="Webhook returned an error"')).toBeVisible()
|
||||
await expect(page.locator('text="Webhook returned an error."')).toBeVisible()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user