Browse Source

test: remove wait from LTAR

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3905/head
Raju Udava 2 years ago
parent
commit
fe579a3543
  1. 2
      scripts/cypress/integration/common/3f_link_to_another_record.js

2
scripts/cypress/integration/common/3f_link_to_another_record.js

@ -6,7 +6,7 @@ export const genTest = (apiType, dbType) => {
if (!isTestSuiteActive(apiType, dbType)) return;
// tbd: this needs a proper fix
let waitTime = 2000;
let waitTime = 0;
let clear;
describe(`${apiType.toUpperCase()} api - Link to another record`, () => {

Loading…
Cancel
Save