From aff0c95239c4c40cbf60b8241fea9af42544045b Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:16:43 +0000 Subject: [PATCH] test: misc warning fixes --- tests/playwright/tests/db/views/viewForm.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/playwright/tests/db/views/viewForm.spec.ts b/tests/playwright/tests/db/views/viewForm.spec.ts index a30c868a69..6a4d259063 100644 --- a/tests/playwright/tests/db/views/viewForm.spec.ts +++ b/tests/playwright/tests/db/views/viewForm.spec.ts @@ -183,7 +183,7 @@ test.describe('Form view', () => { await dashboard.verifyToast({ message: 'Please activate SMTP plugin in App store for enabling email notification', }); - const url = dashboard.rootPage.url(); + // const url = dashboard.rootPage.url(); // activate SMTP plugin // await accountAppStorePage.goto(); @@ -255,7 +255,6 @@ test.describe('Form view with LTAR', () => { let dashboard: DashboardPage; let loginPage: LoginPage; - let wsPage: WorkspacePage; let context: any; let api: Api;