mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -32,7 +32,7 @@ import { MinimalNodeEntryEntity } from 'alfresco-js-api';
|
||||
[adf-create-folder]="parentNode"
|
||||
(success)="success($event)"
|
||||
title="create-title"
|
||||
[nodeType]="'cm:my-litte-pony'">
|
||||
[nodeType]="'cm:my-little-pony'">
|
||||
</div>`
|
||||
})
|
||||
class TestTypeComponent {
|
||||
@@ -154,7 +154,7 @@ describe('FolderCreateDirective', () => {
|
||||
data: {
|
||||
parentNodeId: jasmine.any(String),
|
||||
createTitle: 'create-title',
|
||||
nodeType: 'cm:my-litte-pony'
|
||||
nodeType: 'cm:my-little-pony'
|
||||
},
|
||||
width: jasmine.any(String)
|
||||
});
|
||||
|
Reference in New Issue
Block a user