mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3558] Fix failing test for unshare file (#3786)
This commit is contained in:
@@ -67,6 +67,10 @@ var ErrorPage = function(){
|
||||
return errorPageDescription.getText();
|
||||
};
|
||||
|
||||
this.checkBackButton = function () {
|
||||
return Util.waitUntilElementIsVisible(backButton);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
module.exports = ErrorPage;
|
||||
|
Reference in New Issue
Block a user