Browse Source

fix(playwright): revise opSubtype

pull/5403/head
Wing-Kam Wong 1 year ago
parent
commit
173c6ca4d0
  1. 4
      tests/playwright/tests/tableOperations.spec.ts

4
tests/playwright/tests/tableOperations.spec.ts

@ -25,13 +25,13 @@ test.describe('Table Operations', () => {
await settings.audit.verifyRow({
index: 0,
opType: 'TABLE',
opSubtype: 'DELETED',
opSubtype: 'DELETE',
user: 'user@nocodb.com',
});
await settings.audit.verifyRow({
index: 1,
opType: 'TABLE',
opSubtype: 'CREATED',
opSubtype: 'CREATE',
user: 'user@nocodb.com',
});
await settings.close();

Loading…
Cancel
Save