fix: failing ui test cases

This commit is contained in:
walstanb 2021-02-08 15:56:12 +05:30
parent d7b531e63c
commit 196a534c0e

View file

@ -275,7 +275,7 @@ Cypress.Commands.add('get_open_dialog', () => {
});
Cypress.Commands.add('hide_dialog', () => {
cy.wait(200);
cy.wait(300);
cy.get_open_dialog().find('.btn-modal-close').click();
cy.get('.modal:visible').should('not.exist');
});