Browse Source

test: typo correction

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5106/head
Raju Udava 2 years ago
parent
commit
4d1b3059d8
  1. 2
      tests/playwright/tests/filters.spec.ts

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

@ -246,7 +246,7 @@ test.describe('Filter Tests: Numerical', () => {
// Text based filters
//
test.describe.only('Filter Tests: Text based', () => {
test.describe('Filter Tests: Text based', () => {
async function textBasedFilterTest(dataType, eqString, isLikeString) {
await dashboard.closeTab({ title: 'Team & Auth' });
await dashboard.treeView.openTable({ title: 'textBased' });

Loading…
Cancel
Save