mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3755] Add e2e test for app list (#3987)
* add e2e test for app list * add --host_sso "$E2E_HOST_SSO" to travis.yml -> STAGE=process-services-cloud * update travis.yml file * update review * fix import
This commit is contained in:
committed by
Eugenio Romano
parent
a5bf0d27e4
commit
a39e44e4a9
@@ -26,6 +26,7 @@ export class NavigationBarPage {
|
||||
taskListButton = element(by.css("a[data-automation-id='Task List']"));
|
||||
configEditorButton = element(by.css('a[data-automation-id="Configuration Editor"]'));
|
||||
processServicesButton = element(by.css('a[data-automation-id="Process Services"]'));
|
||||
processCloudButton = element(by.css('a[data-automation-id="Process Cloud"]'));
|
||||
loginButton = element(by.css('a[data-automation-id="Login"]'));
|
||||
trashcanButton = element(by.css('a[data-automation-id="Trashcan"]'));
|
||||
userProfileButton = element(by.css('button[data-automation-id="adf-user-profile"]'));
|
||||
@@ -49,6 +50,12 @@ export class NavigationBarPage {
|
||||
this.taskListButton.click();
|
||||
}
|
||||
|
||||
clickProcessCloudButton() {
|
||||
Util.waitUntilElementIsVisible(this.processCloudButton);
|
||||
this.processCloudButton.click();
|
||||
|
||||
}
|
||||
|
||||
clickConfigEditorButton() {
|
||||
Util.waitUntilElementIsVisible(this.configEditorButton);
|
||||
this.configEditorButton.click();
|
||||
|
Reference in New Issue
Block a user