disable test for disabled button.

This commit is contained in:
Dan 2022-11-07 13:12:49 -05:00
parent 84593aee1e
commit f6eb4123d0
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ describe('Call Activities should work', function () {
expect(businessObject.get('calledElement')).to.equal('newProcessId');
});
/** fixme: Reenable this when we add this button back in.
it('should issue an event to the event bus if user clicks the edit button', inject(
async function(eventBus) {
const shapeElement = await expectSelected('the_call_activity');
@ -78,4 +79,5 @@ describe('Call Activities should work', function () {
await pressButton(button);
expect(launchEvent.processId).to.exist;
}));
*/
});