mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore(components): [date-picker] correct typo in test file (#13876)
This commit is contained in:
parent
82c7de1e77
commit
f2b6e1eb2b
@ -686,8 +686,8 @@ describe('DatePicker Navigation', () => {
|
||||
expect(getMonthLabel()).toContain('June')
|
||||
})
|
||||
|
||||
it('year with fewer Feburary dates', async () => {
|
||||
// Feburary 2008 has 29 days, Feburary 2007 has 28
|
||||
it('year with fewer February dates', async () => {
|
||||
// February 2008 has 29 days, February 2007 has 28
|
||||
await initNavigationTest(new Date(2008, 1, 29))
|
||||
prevYear.click()
|
||||
await nextTick()
|
||||
|
Loading…
Reference in New Issue
Block a user