mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-12 18:14:21 +00:00
Fixes failing e2e test
This commit is contained in:
parent
097bbcb34d
commit
8ee71da70c
@ -24,7 +24,7 @@ describe('workspace-project App', () => {
|
|||||||
const fileMetaId = await el.getAttribute('data-file-meta-id');
|
const fileMetaId = await el.getAttribute('data-file-meta-id');
|
||||||
const expectedRoute = `/modeler/${specId}/${fileMetaId}`;
|
const expectedRoute = `/modeler/${specId}/${fileMetaId}`;
|
||||||
|
|
||||||
page.clickAndExpectRoute('app-file-list mat-list-item', expectedRoute);
|
page.clickAndExpectRoute('app-file-list mat-list-item h4', expectedRoute);
|
||||||
expect(page.getElements('.diagram-container').count()).toBeGreaterThan(0);
|
expect(page.getElements('.diagram-container').count()).toBeGreaterThan(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user