mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix e2e test (#4981)
* fix core viewer * increase rendition retry * sso refresh before test * general fix test * try use last proxy * avoid use proxy * remove proxy * fix setting tests * fix share and sso test * fix lint exclude * fix sso * fix some process services cloud e2e * fix sso download * exclude sso test * fix cloud * add logout content service test * add logout core * add logout search * redefine global before all * separate protracotr method * try * try multiple attempt before all * add prefix group and users * add prefix group and users * add prefix group and users * rexecute sso test * fix process service visibility e2e * split SSO login test * fix SSO download * fix SSO download * fix some cloud issues * fix some cloud issues * fix some cloud issues * share file fix cs * fix cloud test
This commit is contained in:
@@ -29,12 +29,12 @@ describe('Document List Component - Properties', () => {
|
||||
|
||||
const loginPage = new LoginPage();
|
||||
const contentServicesPage = new ContentServicesPage();
|
||||
const navigationBar = new NavigationBarPage();
|
||||
const navigationBarPage = new NavigationBarPage();
|
||||
|
||||
let subFolder, parentFolder;
|
||||
this.alfrescoJsApi = new AlfrescoApi({
|
||||
provider: 'ECM',
|
||||
hostEcm: browser.params.testConfig.adf.url
|
||||
hostEcm: browser.params.testConfig.adf_acs.host
|
||||
});
|
||||
const uploadActions = new UploadActions(this.alfrescoJsApi);
|
||||
let acsUser = null;
|
||||
@@ -72,7 +72,7 @@ describe('Document List Component - Properties', () => {
|
||||
});
|
||||
|
||||
it('[C299154] Should disallow upload content on a folder row if allowDropFiles is false', () => {
|
||||
navigationBar.clickContentServicesButton();
|
||||
navigationBarPage.clickContentServicesButton();
|
||||
contentServicesPage.doubleClickRow(parentFolder.entry.name);
|
||||
|
||||
contentServicesPage.disableDropFilesInAFolder();
|
||||
@@ -88,7 +88,7 @@ describe('Document List Component - Properties', () => {
|
||||
});
|
||||
|
||||
it('[C91319] Should allow upload content on a folder row if allowDropFiles is true', () => {
|
||||
navigationBar.clickContentServicesButton();
|
||||
navigationBarPage.clickContentServicesButton();
|
||||
contentServicesPage.doubleClickRow(parentFolder.entry.name);
|
||||
|
||||
contentServicesPage.enableDropFilesInAFolder();
|
||||
|
Reference in New Issue
Block a user