[AAE-5343] add update person api (#7426)

* add update person api

* fix e2e tests
This commit is contained in:
Denys Vuika
2021-12-16 11:08:09 +00:00
committed by GitHub
parent 75adf217d1
commit 65a9d2bbfa
3 changed files with 20 additions and 3 deletions

View File

@@ -132,7 +132,9 @@ describe('Modify applications', () => {
'models': [firstApp.definition.models[0]], 'theme': 'theme-4',
'icon': 'glyphicon-user'
}
}, 'publish': true
},
'publish': true,
'force': true
};
await appsApi.updateAppDefinition(appVersionToBeDeleted.id, appDefinition);