Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Aug 19, 2024
1 parent 778496c commit e1fb243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe('VAutocomplete', () => {
.should('have.attr', 'placeholder', 'Placeholder')
.setProps({ label: 'Label' })
.get('.v-autocomplete input')
.should('not.be.visible')
.should('be.visible')
.get('.v-autocomplete input')
.focus()
.should('have.attr', 'placeholder', 'Placeholder')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ describe('VCombobox', () => {
.should('have.attr', 'placeholder', 'Placeholder')
.setProps({ label: 'Label' })
.get('.v-combobox input')
.should('not.be.visible')
.should('be.visible')
.get('.v-combobox input')
.focus()
.should('have.attr', 'placeholder', 'Placeholder')
Expand Down

0 comments on commit e1fb243

Please sign in to comment.