mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Added font awesome to icons model map (#7616)
* Added font awesome to icons model map * update
This commit is contained in:
@@ -126,15 +126,18 @@ describe('Modify applications', () => {
|
||||
await expect(await processServicesPage.getDescription(appToBeDeleted.title)).toEqual(appToBeDeleted.description);
|
||||
|
||||
const appDefinition = {
|
||||
'appDefinition': {
|
||||
'id': appVersionToBeDeleted.id, 'name': appToBeDeleted.title,
|
||||
'description': newDescription, 'definition': {
|
||||
'models': [firstApp.definition.models[0]], 'theme': 'theme-4',
|
||||
'icon': 'glyphicon-user'
|
||||
appDefinition: {
|
||||
id: appVersionToBeDeleted.id,
|
||||
name: appToBeDeleted.title,
|
||||
description: newDescription,
|
||||
definition: {
|
||||
models: [firstApp.definition.models[0]],
|
||||
theme: 'theme-4',
|
||||
icon: 'glyphicon-user'
|
||||
}
|
||||
},
|
||||
'publish': true,
|
||||
'force': true
|
||||
publish: true,
|
||||
force: true
|
||||
};
|
||||
|
||||
await appsApi.updateAppDefinition(appVersionToBeDeleted.id, appDefinition);
|
||||
|
Reference in New Issue
Block a user