Commit a20566e2 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken spec

parent 98989900
......@@ -27,14 +27,12 @@ export default {
components: {
Icon,
},
props: {
status: {
type: Object,
required: true,
},
},
computed: {
cssClass() {
const status = this.status.group;
......
......@@ -27,7 +27,7 @@ describe('CI Icon component', () => {
icon: 'icon_status_success',
group: 'success',
},
})();
});
expect(vm.$el.classList.contains('ci-status-icon-success')).toEqual(true);
});
......
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