Browse Source

test: fix filter reset in shared view

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6788/head
Raju Udava 12 months ago
parent
commit
d3f6722a26
  1. 1
      tests/playwright/tests/db/views/viewGridShare.spec.ts

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

@ -210,7 +210,6 @@ test.describe('Shared view', () => {
**/
// create new sort & filter criteria in shared view
await sharedPage.grid.toolbar.sort.reset();
await sharedPage.grid.toolbar.sort.add({
title: 'Address',
ascending: true,

Loading…
Cancel
Save