mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
e2e test error page and fix (#3672)
* fix wrong input parameter functionality * not reload the page to go to the content service page * navigate instead to reload to go to the process service page
This commit is contained in:
committed by
Eugenio Romano
parent
6cf6c9c0e4
commit
2e0945b0cc
@@ -17,6 +17,7 @@
|
||||
|
||||
var Util = require('../../../util/util');
|
||||
var TestConfig = require('../../../test.config');
|
||||
var NavigationBarPage = require('../navigationBarPage');
|
||||
|
||||
var ProcessListPage = function () {
|
||||
|
||||
@@ -30,7 +31,8 @@ var ProcessListPage = function () {
|
||||
var startProcessButton = element(by.css('button[data-automation-id="btn-start"]'));
|
||||
|
||||
this.goToProcessList = function () {
|
||||
browser.driver.get(processListURL);
|
||||
var navigationBarPage = new NavigationBarPage();
|
||||
navigationBarPage.clickProcessServicesButton();
|
||||
Util.waitUntilElementIsVisible(pageLoaded);
|
||||
};
|
||||
|
||||
@@ -70,4 +72,4 @@ var ProcessListPage = function () {
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = ProcessListPage;
|
||||
module.exports = ProcessListPage;
|
||||
|
Reference in New Issue
Block a user