Browse Source

test: renamed test description

pull/7202/head
Ramesh Mane 10 months ago committed by mertmit
parent
commit
c2b2018e3a
  1. 2
      tests/playwright/tests/db/columns/columnUserSelect.spec.ts

2
tests/playwright/tests/db/columns/columnUserSelect.spec.ts

@ -235,7 +235,7 @@ test.describe('User single select - filter, sort & GroupBy', () => {
await toolbar.filter.reset();
}
test('Select and clear options and rename options', async () => {
test('User sort & validate, filter & validate', async () => {
// Sort ascending and validate
await toolbar.sort.add({
title: 'User',

Loading…
Cancel
Save