test: only broken test case

This commit is contained in:
Nico Rehwaldt 2021-10-20 10:04:52 +02:00
parent 345bd7e4a9
commit e6bd07e53d
1 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@ describe('Modeler', function() {
var m1, m2;
afterEach(function() {
false && afterEach(function() {
if (m1) {
m1.destroy();
}
@ -606,7 +606,7 @@ describe('Modeler', function() {
});
it('should share Clipboard', function() {
it.only('should share Clipboard', function() {
var aXML = require('./Modeler.copy-paste.a.bpmn');
var bXML = require('./Modeler.copy-paste.b.bpmn');