mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1767] add viewer actions tests in other list views (#646)
This commit is contained in:
committed by
Denys Vuika
parent
85599f6739
commit
0f3fffcff4
@@ -92,12 +92,10 @@ export class CopyMoveDialog extends Component {
|
||||
|
||||
async clickCopy() {
|
||||
await this.copyButton.click();
|
||||
await this.waitForDialogToClose();
|
||||
}
|
||||
|
||||
async clickMove() {
|
||||
await this.moveButton.click();
|
||||
await this.waitForDialogToClose();
|
||||
}
|
||||
|
||||
getRow(folderName: string) {
|
||||
|
Reference in New Issue
Block a user