Browse Source

test: trigger CICD

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

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

@ -5,7 +5,8 @@ import { isTestSuiteActive } from "../../support/page_objects/projectConstants";
export const genTest = (apiType, dbType) => {
if (!isTestSuiteActive(apiType, dbType)) return;
let waitTime = 6000;
// tbd: this needs a proper fix
let waitTime = 5500;
describe(`${apiType.toUpperCase()} api - Link to another record`, () => {
function fetchParentFromLabel(label) {

Loading…
Cancel
Save