style: semicolons
This commit is contained in:
parent
afebaa0a23
commit
9482ac4399
1 changed files with 2 additions and 2 deletions
|
|
@ -263,14 +263,14 @@ Cypress.Commands.add('clear_dialogs', () => {
|
|||
win.$('.modal, .modal-backdrop').remove();
|
||||
});
|
||||
cy.get('.modal').should('not.exist');
|
||||
})
|
||||
});
|
||||
|
||||
Cypress.Commands.add('clear_datepickers', () => {
|
||||
cy.window().then((win) => {
|
||||
win.$('.datepicker').remove();
|
||||
});
|
||||
cy.get('.datepicker').should('not.exist');
|
||||
})
|
||||
});
|
||||
|
||||
Cypress.Commands.add('insert_doc', (doctype, args, ignore_duplicate) => {
|
||||
return cy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue