mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
get Copy action by title to solve problem from ADW run (#2111)
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user