test(draw): unskip color spec

This commit is contained in:
Nico Rehwaldt 2018-05-17 10:42:08 +02:00
parent 537a55bc43
commit 92b0d4eced
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ can be added, too]]></bpmn:text>
<bpmndi:BPMNEdge id="SequenceFlow_01w8xpk_di" bpmnElement="SequenceFlow_01w8xpk" bioc:stroke="fuchsia">
<di:waypoint xsi:type="dc:Point" x="802" y="131" />
<di:waypoint xsi:type="dc:Point" x="834" y="131" />
<bpmndi:BPMNLabel bioc:fill="fuchsia">
<bpmndi:BPMNLabel>
<dc:Bounds x="818" y="121" width="0" height="0" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>

View File

@ -177,7 +177,7 @@ describe('draw - bpmn renderer', function() {
});
it.skip('should render colors', function(done) {
it('should render colors', function(done) {
var xml = require('../../fixtures/bpmn/draw/colors.bpmn');
bootstrapViewer(xml)(checkErrors(done));
});