mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3407] Create automated tests for comments - Content Services (#3638)
This commit is contained in:
@@ -418,6 +418,13 @@ var ViewerToolbarPage = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
this.clickOnCommentsTab = function() {
|
||||
var commentsTab = element(by.cssContainingText("div[id*='mat-tab-label']", "Comments"));
|
||||
Util.waitUntilElementIsVisible(commentsTab);
|
||||
commentsTab.click();
|
||||
return this;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
module.exports = ViewerToolbarPage;
|
||||
|
Reference in New Issue
Block a user