Browse Source

test: misc warning fixes

pull/7664/head
Raju Udava 7 months ago
parent
commit
aff0c95239
  1. 3
      tests/playwright/tests/db/views/viewForm.spec.ts

3
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<any>;

Loading…
Cancel
Save