Skip to content

Commit

Permalink
test(render): rename cloud-templates test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer authored and fake-join[bot] committed Feb 3, 2022
1 parent 18efa26 commit a84f8b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/BpmnPropertiesPanelRenderer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ describe('<BpmnPropertiesPanelRenderer>', function() {
(singleStart === 'cloud-templates' ? it.only : it)('should import simple process (cloud-templates)', async function() {

// given
const diagramXml = require('test/spec/provider/cloud-element-templates/fixtures/connectors.bpmn').default;
const diagramXml = require('test/spec/provider/cloud-element-templates/fixtures/complex.bpmn').default;

const elementTemplates = require('test/spec/provider/cloud-element-templates/fixtures/connectors.json');
const elementTemplates = require('test/spec/provider/cloud-element-templates/fixtures/complex.json');

// when
const result = await createModeler(
Expand Down

0 comments on commit a84f8b0

Please sign in to comment.