From 9d5d37bb0e0b0b2a4f7c5f5cc1c3f3fba02277bb Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 7 Sep 2023 00:58:15 +0800 Subject: [PATCH] fix(playwright): increase timeout --- tests/playwright/tests/db/views/viewForm.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/views/viewForm.spec.ts b/tests/playwright/tests/db/views/viewForm.spec.ts index 6e27cc7ecc..226a198c47 100644 --- a/tests/playwright/tests/db/views/viewForm.spec.ts +++ b/tests/playwright/tests/db/views/viewForm.spec.ts @@ -493,7 +493,7 @@ test.describe('Form view', () => { await dashboard.viewSidebar.openView({ title: 'selectBased' }); - await dashboard.rootPage.waitForTimeout(500); + await dashboard.rootPage.waitForTimeout(2000); await dashboard.grid.cell.selectOption.verify({ columnHeader: 'SingleSelect',