Skip to content

Commit 0b93940

Browse files
author
Benjamin Bädorf
committed
Added missing test statement
1 parent d864fa9 commit 0b93940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/specs/Datepicker.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ describe('Datepicker with restricted views', () => {
616616
expect(vm.years[0].year).to.equal(vm.selectedDate.getFullYear())
617617
const inputDate = new Date(vm.months[0].timestamp)
618618
expect(inputDate.getMonth()).to.equal(vm.selectedDate.getMonth())
619+
expect(vm.isOpen).to.equal(false)
619620
})
620621

621622
it('should save and close when selecting on minimum-view "year"', () => {

0 commit comments

Comments
 (0)