mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(test): correct px expectation
This commit is contained in:
parent
d079b52c63
commit
08f12ac163
1 changed files with 2 additions and 2 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue