Adds some placeholder tests

This commit is contained in:
Aaron Louie 2020-02-07 10:22:48 -05:00
parent 2f446692ad
commit 0654d6d74a
1 changed files with 23 additions and 0 deletions

View File

@ -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');
}); });