mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3747]Refactor app list component. (#3962)
* Refactor app list component. * Fix lint errors. * Renamed clickProcessServicesButton() to navigateToProcessServicesPage() * Renamed a test
This commit is contained in:
committed by
Eugenio Romano
parent
89fcdec5ef
commit
867ca8c39d
@@ -18,6 +18,7 @@
|
||||
import Util = require('../../util/util');
|
||||
import TestConfig = require('../../test.config');
|
||||
import { element, by } from 'protractor';
|
||||
import { ProcessServicesPage } from './process_services/processServicesPage';
|
||||
|
||||
export class NavigationBarPage {
|
||||
|
||||
@@ -47,9 +48,10 @@ export class NavigationBarPage {
|
||||
this.configEditorButton.click();
|
||||
}
|
||||
|
||||
clickProcessServicesButton() {
|
||||
navigateToProcessServicesPage() {
|
||||
Util.waitUntilElementIsVisible(this.processServicesButton);
|
||||
this.processServicesButton.click();
|
||||
return new ProcessServicesPage();
|
||||
}
|
||||
|
||||
clickLoginButton() {
|
||||
|
Reference in New Issue
Block a user