From f06766f1c6c4f02e26719f9538d125b9a2fec395 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 7 Mar 2023 18:58:27 +0800 Subject: [PATCH] fix(tests): incorrect types --- tests/playwright/tests/filters.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/filters.spec.ts b/tests/playwright/tests/filters.spec.ts index e399d85f80..69f913d31c 100644 --- a/tests/playwright/tests/filters.spec.ts +++ b/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; -let records = []; +let records: Record; const skipList = { Number: ['is null', 'is not null'],