test(draw): unskip color spec
This commit is contained in:
parent
537a55bc43
commit
92b0d4eced
|
@ -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>
|
||||
|
|
|
@ -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));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue