Browse Source

test: wait for expand form to get loaded before access

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

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

@ -287,6 +287,9 @@ export const genTest = (apiType, dbType) => {
addRow(3, "2c");
cy.get(".nc-row-expand").eq(2).click({ force: true });
// wait for page render to complete
cy.get('button:contains("Save row"):visible').should("exist");
// BT
cy.wait(1000);
cy.get(".nc-expand-col-Sheet1")

Loading…
Cancel
Save