get Copy action by title to solve problem from ADW run (#2111)

This commit is contained in:
Adina Parpalita
2021-05-07 22:57:30 +03:00
committed by GitHub
parent ca437eecac
commit c9e79f8ff8
3 changed files with 6 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ export class Toolbar extends Component {
async clickMoreActionsCopy(): Promise<void> {
await this.openMoreMenu();
await this.menu.clickMenuItem('Copy');
await this.menu.copyAction.click();
}
async clickMoreActionsEditOffline(): Promise<void> {