style: missing semicolon
This commit is contained in:
parent
2f9627386e
commit
b6faa877eb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ context('Control Select', () => {
|
|||
cy.get('.frappe-control[data-fieldname=select_control] .control-input select').as('select');
|
||||
cy.get('@control').get('.select-icon').should('exist');
|
||||
cy.get('@control').get('.placeholder').should('have.css', 'display', 'block');
|
||||
cy.get('@select').select('Option 1')
|
||||
cy.get('@select').select('Option 1');
|
||||
cy.get('@control').get('.placeholder').should('have.css', 'display', 'none');
|
||||
cy.get('@select').invoke('val', '');
|
||||
cy.get('@control').get('.placeholder').should('have.css', 'display', 'block');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue