test(modeler): add complex diagram test (skipped)

This commit is contained in:
Nico Rehwaldt 2016-06-27 14:14:07 +02:00
parent df54005cfa
commit ea47cdea30
1 changed files with 6 additions and 0 deletions

View File

@ -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');