Commit 0adc0c08 authored by Lukasz Balcerzak's avatar Lukasz Balcerzak Committed by 杨奕

Fixed test

parent 40c204d3
......@@ -123,8 +123,7 @@ describe('Rate', () => {
vm.muted = true;
vm.$nextTick(() => {
const thirdIcon = vm.$el.querySelectorAll('.el-rate__item')[2].querySelector('.el-rate__icon');
//expect(thirdIcon.style.color).to.equal('rgb(153, 153, 153)');
expect(thirdIcon.style.color).to.equal('rgb(0, 0, 0)');
expect(thirdIcon.style.color).to.equal('rgb(153, 153, 153)');
done();
});
}, 10);
......
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