mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4645] Fix for shareActions e2es (#2890)
* Fixed expiry date * Remove tests from protractor.excludes.json * Remove unnecessary coment * Fixed test case C286329
This commit is contained in:
@@ -33,8 +33,7 @@ export class Toolbar extends Component {
|
||||
menu = new Menu();
|
||||
|
||||
buttons = this.allByCss('button');
|
||||
shareButton = this.byCss(`.mat-icon-button[title='Share']`);
|
||||
shareEditButton = this.byCss(`.mat-icon-button[title='Shared Link Settings']`);
|
||||
shareButton = this.byId('share-action-button');
|
||||
viewButton = this.byCss(`.mat-icon-button[title='View']`);
|
||||
downloadButton = this.byCss(`.mat-icon-button[title='Download']`);
|
||||
editFolderButton = this.byId('app.toolbar.editFolder');
|
||||
|
Reference in New Issue
Block a user