From e66119c8d12f23762437a0f2ad4cd8ee8349c328 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:23:31 +0530 Subject: [PATCH] test: fix agg page load issue Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/db/features/column-aggregation.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright/tests/db/features/column-aggregation.spec.ts b/tests/playwright/tests/db/features/column-aggregation.spec.ts index 6c605671ba..f6adeeec25 100644 --- a/tests/playwright/tests/db/features/column-aggregation.spec.ts +++ b/tests/playwright/tests/db/features/column-aggregation.spec.ts @@ -374,6 +374,8 @@ test.describe('Field Aggregation', () => { await dashboard.treeView.openTable({ title: 'Test Table' }); await api.dbTableRow.bulkCreate('noco', base.id, table.id, data); + + await page.reload(); }); test.afterEach(async () => {