mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +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
@@ -241,7 +241,7 @@ var MetadataViewPage = function () {
|
||||
editPropertyIcon.click();
|
||||
};
|
||||
|
||||
this.getPropertyIconTooltip = function (propertyName, icon) {
|
||||
this.getPropertyIconTooltip = function (propertyName) {
|
||||
var editPropertyIcon = element(by.css('mat-icon[data-automation-id="card-textitem-edit-icon-' + propertyName + '"]'));
|
||||
return editPropertyIcon.getAttribute('title');
|
||||
};
|
||||
|
Reference in New Issue
Block a user