[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:
Thomas Hunter
2023-01-06 16:58:33 +00:00
committed by GitHub
parent 547e17bee8
commit 28d9475ecd
4 changed files with 13 additions and 23 deletions

View File

@@ -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');