Adds some placeholder tests
This commit is contained in:
parent
2f446692ad
commit
0654d6d74a
|
@ -12,4 +12,27 @@ describe('workspace-project App', () => {
|
||||||
expect(page.getDiagramContainer()).toBeTruthy();
|
expect(page.getDiagramContainer()).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('should show dialog to open a diagram file');
|
||||||
|
|
||||||
|
it('should show dialog to add a new diagram file');
|
||||||
|
|
||||||
|
it('should add a new BPMN file');
|
||||||
|
|
||||||
|
it('should add a new DMN file');
|
||||||
|
|
||||||
|
it('should open a diagram file from a URL');
|
||||||
|
|
||||||
|
it('should open a local diagram file');
|
||||||
|
|
||||||
|
it('should save diagram changes');
|
||||||
|
|
||||||
|
it('should export diagram as XML file');
|
||||||
|
|
||||||
|
it('should export diagram as SVG image');
|
||||||
|
|
||||||
|
it('should save diagram changes');
|
||||||
|
|
||||||
|
it('should save diagram changes');
|
||||||
|
|
||||||
|
it('should save diagram changes');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue