Skip to content
Snippets Groups Projects

Consolidate user avatar Vue logic

Merged username-removed-408230 requested to merge user-avatar-vue-ce into master
All threads resolved!
3 files
+ 0
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,12 +28,6 @@ describe('User Avatar Image Component', function () {
expect(this.userAvatarImage.$el.tagName).toBe('IMG');
});
it('should return neccessary props as defined', function () {
_.each(this.propsData, (val, key) => {
expect(this.userAvatarImage[key]).toBeDefined();
});
});
it('should properly compute tooltipContainer', function () {
expect(this.userAvatarImage.tooltipContainer).toBe('body');
});
Loading