fix: failing ui test cases
This commit is contained in:
parent
d7b531e63c
commit
196a534c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue