Browse Source

test: corrections

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6489/head
Pranav C 1 year ago
parent
commit
a96281f875
  1. 2
      tests/playwright/tests/db/general/groupCRUD.spec.ts

2
tests/playwright/tests/db/general/groupCRUD.spec.ts

@ -249,7 +249,7 @@ test.describe('GroupBy CRUD Operations', () => {
});
});
test.only('Single GroupBy CRUD Operations - Links', async ({ page }) => {
test('Single GroupBy CRUD Operations - Links', async ({ page }) => {
await dashboard.treeView.openTable({ title: 'Film' });
await toolbar.sort.add({ title: 'Actors', ascending: true, locallySaved: false });

Loading…
Cancel
Save