misc, fix client tests
This commit is contained in:
@@ -16,6 +16,6 @@ describe('DrawerComponent', () => {
|
||||
},
|
||||
}).$mount();
|
||||
|
||||
expect(vm.$el.textContent).to.be.equal('My title');
|
||||
expect(vm.$el.textContent.trim()).to.be.equal('My title');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user