mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -95,7 +95,7 @@ describe('Diagrams swim', () => {
|
||||
|
||||
let shapeText: any = element.querySelector('diagram-lanes > div > div > diagram-lane > raphael-text');
|
||||
expect(shapeText).not.toBeNull();
|
||||
expect(shapeText.attributes[2].value).toEqual('Beckend');
|
||||
expect(shapeText.attributes[2].value).toEqual('Backend');
|
||||
});
|
||||
});
|
||||
component.ngOnChanges();
|
||||
@@ -137,7 +137,7 @@ describe('Diagrams swim', () => {
|
||||
|
||||
let shapeText: any = element.querySelector('diagram-lanes > div > div > diagram-lane > raphael-text');
|
||||
expect(shapeText).not.toBeNull();
|
||||
expect(shapeText.attributes[2].value).toEqual('Beckend');
|
||||
expect(shapeText.attributes[2].value).toEqual('Backend');
|
||||
});
|
||||
});
|
||||
component.ngOnChanges();
|
||||
|
Reference in New Issue
Block a user