Browse Source

fix(tests): incorrect types

pull/5262/head
Wing-Kam Wong 1 year ago
parent
commit
f06766f1c6
  1. 2
      tests/playwright/tests/filters.spec.ts

2
tests/playwright/tests/filters.spec.ts

@ -9,7 +9,7 @@ import { rowMixedValue } from '../setup/xcdb-records';
let dashboard: DashboardPage, toolbar: ToolbarPage;
let context: any;
let api: Api<any>;
let records = [];
let records: Record<string, any>;
const skipList = {
Number: ['is null', 'is not null'],

Loading…
Cancel
Save