Skip to content

Commit

Permalink
chore(VBottomNavigation): update cypress unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 12, 2024
1 parent 19f6f7f commit 16dea66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ describe('VBottomNavigation', () => {
.get('.v-bottom-navigation').should('have.css', 'height', '40px')
})

it('should not be visible if modelValue is false', () => {
it('should not be visible if active is false', () => {
cy.mount(() => (
<VLayout>
<VBottomNavigation modelValue={ false }></VBottomNavigation>
<VBottomNavigation active={ false }></VBottomNavigation>
</VLayout>
))

Expand Down

0 comments on commit 16dea66

Please sign in to comment.