mirror of https://github.com/ElemeFE/element
Test: correct spelling error (#16672)
parent
ec3326e0bc
commit
e26e70fe4d
|
@ -920,7 +920,7 @@ describe('DatePicker', () => {
|
||||||
// TODO: implement the same feature for range panels
|
// TODO: implement the same feature for range panels
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('nagivation', () => {
|
describe('navigation', () => {
|
||||||
afterEach(() => { destroyVM(vm); });
|
afterEach(() => { destroyVM(vm); });
|
||||||
|
|
||||||
const clickAndWait = (el) => {
|
const clickAndWait = (el) => {
|
||||||
|
|
Loading…
Reference in New Issue