mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 09:36:07 +00:00
test(modeler): add complex diagram test (skipped)
This commit is contained in:
parent
df54005cfa
commit
ea47cdea30
@ -40,6 +40,12 @@ describe('Modeler', function() {
|
||||
});
|
||||
|
||||
|
||||
it.skip('should import complex', function(done) {
|
||||
var xml = require('../fixtures/bpmn/complex.bpmn');
|
||||
createModeler(xml, done);
|
||||
});
|
||||
|
||||
|
||||
it('should not import empty definitions', function(done) {
|
||||
var xml = require('../fixtures/bpmn/empty-definitions.bpmn');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user