Skip to content

Commit

Permalink
fix: webhook end to end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Jun 27, 2024
1 parent 549987d commit 098bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/playwright/webhook.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ test.describe("FORM_SUBMITTED", async () => {
});

await user.apiLogin();
const webhookReceiver = await webhooks.createReceiver();
const webhookReceiver = await webhooks.createTeamReceiver();
await page.waitForLoadState("networkidle");

const form = await routingForms.create({
Expand Down

0 comments on commit 098bbc4

Please sign in to comment.