a little more test cleanup.

This commit is contained in:
Dan 2022-06-30 14:05:57 -04:00
parent 84be279476
commit 212bd0c1ac
3 changed files with 2 additions and 10 deletions

View File

@ -2,11 +2,9 @@ import {
query as domQuery,
queryAll as domQueryAll
} from 'min-dom';
import {bootstrapPropertiesPanel, CONTAINER} from './helpers';
import { bootstrapPropertiesPanel, CONTAINER } from './helpers';
import inputOutput from '../../app/spiffworkflow/InputOutput';
import SpiffWorkflowPropertiesProvider from '../../app/spiffworkflow/PropertiesPanel';
import { BpmnPropertiesPanelModule, BpmnPropertiesProviderModule } from 'bpmn-js-properties-panel';
import spiffModdleExtension from '../../app/spiffworkflow/moddle/spiffworkflow.json';
describe('BPMN Input / Output', function() {
@ -16,13 +14,9 @@ describe('BPMN Input / Output', function() {
debounceInput: false,
additionalModules: [
inputOutput,
SpiffWorkflowPropertiesProvider,
BpmnPropertiesPanelModule,
BpmnPropertiesProviderModule,
],
moddleExtensions: {
spiffworkflow: spiffModdleExtension
},
]
}));
it('should have a data input and data output in the properties panel', function() {

View File

@ -16,7 +16,6 @@ describe('Properties Panel Script Tasks', function() {
beforeEach(bootstrapPropertiesPanel(xml, {
debounceInput: false,
additionalModules: [
inputOutput,
SpiffWorkflowPropertiesProvider,
BpmnPropertiesPanelModule,
BpmnPropertiesProviderModule,

View File

@ -15,7 +15,6 @@ describe('Properties Panel Script Tasks', function() {
beforeEach(bootstrapPropertiesPanel(xml, {
debounceInput: false,
additionalModules: [
inputOutput,
SpiffWorkflowPropertiesProvider,
BpmnPropertiesPanelModule,
BpmnPropertiesProviderModule,