mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Remove discovery (#5212)
* remove discovery * remoce discovery test * fix save remote * use host acs to save screenshot * fix e2e * remove invalid test * fix the package version
This commit is contained in:
committed by
Denys Vuika
parent
040fc52724
commit
7d36400dbd
@@ -216,7 +216,7 @@ exports.config = {
|
||||
|
||||
let alfrescoJsApi = new AlfrescoApi({
|
||||
provider: 'ECM',
|
||||
hostEcm: TestConfig.adf.url
|
||||
hostEcm: TestConfig.adf_acs.host
|
||||
});
|
||||
|
||||
alfrescoJsApi.login(TestConfig.adf.adminEmail, TestConfig.adf.adminPassword);
|
||||
|
Reference in New Issue
Block a user