fix(test): correct px expectation
This commit is contained in:
@@ -78,9 +78,9 @@ context('avatar.vue', () => {
|
||||
};
|
||||
});
|
||||
|
||||
it('defaults to 28px', () => {
|
||||
it('defaults to 27px', () => {
|
||||
vm.avatarOnly = true;
|
||||
expect(vm.paddingTop).to.equal('28px');
|
||||
expect(vm.paddingTop).to.equal('27px');
|
||||
});
|
||||
|
||||
it('is 24px if user has a pet', () => {
|
||||
|
||||
Reference in New Issue
Block a user