Browse Source

test(cypress): increase delay after close tab

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3830/head
Pranav C 2 years ago
parent
commit
e027e90437
  1. 2
      scripts/cypress/support/commands.js

2
scripts/cypress/support/commands.js

@ -199,7 +199,7 @@ Cypress.Commands.add("closeTableTab", (tn) => {
.click();
// subsequent tab open commands will fail if tab is not closed completely
cy.wait(100);
cy.wait(2000)
});
Cypress.Commands.add("openOrCreateGqlProject", (_args) => {

Loading…
Cancel
Save