Commit 203bc070 authored by njleonzhang's avatar njleonzhang

update UT

parent 59d1f49b
...@@ -1127,7 +1127,7 @@ describe('Table', () => { ...@@ -1127,7 +1127,7 @@ describe('Table', () => {
} }
}, '@sort-change="sortChange"'); }, '@sort-change="sortChange"');
setTimeout(_ => { setTimeout(_ => {
const elm = vm.$el.querySelector('.caret-wrapper > .ascending'); const elm = vm.$el.querySelector('.caret-wrapper');
elm.click(); elm.click();
setTimeout(_ => { setTimeout(_ => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment