Browse Source

test: remove .only

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5816/head
Raju Udava 1 year ago
parent
commit
d85170c099
  1. 2
      tests/playwright/tests/db/zMetaLTAR.spec.ts

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

@ -32,7 +32,7 @@ const recordCount = 10;
// serial as all projects end up creating xcdb using same name
// fix me : use worker ID logic for creating unique project name
test.describe.serial.only('Test table', () => {
test.describe.serial('Test table', () => {
let context: any;
let dashboard: DashboardPage;
let grid: GridPage;

Loading…
Cancel
Save