fix(tests): fix Firefox
This commit is contained in:
parent
65e4a1ab19
commit
76ed2b4c26
|
@ -364,6 +364,7 @@ describe('draw - bpmn renderer', function() {
|
||||||
red: '#ff0000',
|
red: '#ff0000',
|
||||||
yellow: '#ffff00',
|
yellow: '#ffff00',
|
||||||
'rgb(251, 140, 0)': '#fb8c00',
|
'rgb(251, 140, 0)': '#fb8c00',
|
||||||
|
'#FB8C00': 'rgb(251, 140, 0)',
|
||||||
'#3399aa': 'rgb(51, 153, 170)'
|
'#3399aa': 'rgb(51, 153, 170)'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue