mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Multiple option env file (#4788)
* multi configuration file enabling * improve ignore * update i18n tool dep * update webbpack bundle analyzer version * fix ps cloud test wait setting * fix script content * remove use of testconfig for browser options * convert protractor to ts * download browser util fix
This commit is contained in:
@@ -64,7 +64,7 @@ function write(file, uri, header) {
|
||||
*/
|
||||
exports.updateAvatarViaAPI = function (requestUserModel, fileModel, personId) {
|
||||
|
||||
var absolutePath = path.resolve(path.join(TestConfig.main.rootPath, fileModel.getLocation()));
|
||||
var absolutePath = path.resolve(path.join(browser.params.testConfig.main.rootPath, fileModel.getLocation()));
|
||||
var uri = url(RequestCoreAPI.getBaseURL(), peopleBaseUrl, personId, "avatar");
|
||||
// console.debug("Update avatar via API: fileName=" + fileModel.getName() + " uri=" + uri + " auth=" + requestUserModel.id + " password: " + requestUserModel.password);
|
||||
|
||||
|
Reference in New Issue
Block a user