mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
test(pw): Include user option test fail issue
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user