Browse Source

test: add more delay

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

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

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

Loading…
Cancel
Save