test(pw): Include user option test fail issue

This commit is contained in:
Ramesh Mane
2025-06-28 16:30:17 +00:00
parent a5358177fb
commit 94ac3cc4b0

View File

@@ -866,7 +866,8 @@ test.describe.serial('Webhook', () => {
// Test webhook without include_user option (default)
await webhook.create({
title: 'hook-without-user',
event: 'On Record Insert',
event: 'Record',
operation: 'insert',
});
await clearServerData({ request });
@@ -908,7 +909,8 @@ test.describe.serial('Webhook', () => {
// Test webhook without include_user option (default)
await webhook.create({
title: 'hook-without-user-update',
event: 'On Record Update',
event: 'Record',
operation: 'update',
});
await clearServerData({ request });