Browse Source

misc: warning fix

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

1
tests/playwright/tests/db/views/viewForm.spec.ts

@ -264,7 +264,6 @@ test.describe('Form view with LTAR', () => {
context = await setup({ page, isEmptyProject: true }); context = await setup({ page, isEmptyProject: true });
dashboard = new DashboardPage(page, context.base); dashboard = new DashboardPage(page, context.base);
loginPage = new LoginPage(page); loginPage = new LoginPage(page);
wsPage = new WorkspacePage(page);
api = new Api({ api = new Api({
baseURL: `http://localhost:8080/`, baseURL: `http://localhost:8080/`,

Loading…
Cancel
Save