Browse Source

fix: toggle button in filters

pull/5537/head
Raju Udava 2 years ago
parent
commit
bdbe6b702d
  1. 2
      tests/playwright/tests/db/filters.spec.ts

2
tests/playwright/tests/db/filters.spec.ts

@ -1255,7 +1255,7 @@ test.describe('Filter Tests: Toggle button', () => {
*/
test.beforeEach(async ({ page }) => {
context = await setup({ page, isEmptyProject: true });
context = await setup({ page, isEmptyProject: false });
dashboard = new DashboardPage(page, context.project);
toolbar = dashboard.grid.toolbar;
});

Loading…
Cancel
Save