Skip to content

Commit

Permalink
test: remove a non-reproducible test case
Browse files Browse the repository at this point in the history
The test case requires manual XML editing.
  • Loading branch information
barmac committed Dec 2, 2024
1 parent 6dbef38 commit 44dd8bd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/camunda-cloud/CleanUpTaskListenersBehaviorSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,24 +155,6 @@ describe('camunda-cloud/features/modeling - CleanUpTaskListenersBehavior', funct
}));


it('should remove zeebe:TaskListeners for non zeebe user task', inject(function(bpmnReplace, elementRegistry) {

// given
let el = elementRegistry.get('NonZeebeUserTask');

// when
bpmnReplace.replaceElement(el, {
type: 'bpmn:UserTask'
});

// then
el = elementRegistry.get('NonZeebeUserTask');
const extensionElements = getExtensionElements(el);

expect(extensionElements.get('values')).to.have.lengthOf(0);
}));


it('should remove zeebe:TaskListeners container when empty', inject(function(elementRegistry, modeling) {

// given
Expand Down

0 comments on commit 44dd8bd

Please sign in to comment.