mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move users in the users object to make loginWithProgile general purpose (#6270)
* move users in the users object to make loginWithProgile general puropose * add loginProfile in login page too * fix * fix * fix * fix * fix * fix * more fix * fix * fix * fix * change * fix script * fix
This commit is contained in:
@@ -21,7 +21,7 @@ async function uploadScreenshot(retryCount, suffixFileName) {
|
||||
hostEcm: TestConfig.screenshot.url
|
||||
});
|
||||
|
||||
await alfrescoJsApi.login(TestConfig.screenshot.username, TestConfig.screenshot.password);
|
||||
await alfrescoJsApi.login(TestConfig.users.screenshot.username, TestConfig.users.screenshot.password);
|
||||
|
||||
let folderNode;
|
||||
|
||||
|
Reference in New Issue
Block a user