Browse Source

test: add delay

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test/project-delete-pw-inconsistency
Raju Udava 1 year ago
parent
commit
fde0d752c3
  1. 3
      tests/playwright/tests/db/projectOperations.spec.ts

3
tests/playwright/tests/db/projectOperations.spec.ts

@ -164,6 +164,9 @@ test.describe('Project operations', () => {
).toBeTruthy();
});
// kludge, add delay to avoid test failures due to residual data
await dashboard.rootPage.waitForTimeout(5000);
// cleanup test-data
await cleanupTestData(dupeProjectName, testProjectName);
});

Loading…
Cancel
Save