mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
[ACS-6457] Migrated unshare-file e2es to playwright (#3575)
* [ACS-6457] Migrated unshare-file e2es to playwright * Removed only * [ACS-6457] Removed protractor file * Updated timeout * Updated timeout * Removed clickClose method * Addressed review comments * Addressed review comments * Created a separate test suit for share-actions * Remove only
This commit is contained in:
@@ -315,4 +315,8 @@ export class DataTableComponent extends BaseComponent {
|
||||
async getRowsCount(): Promise<number> {
|
||||
return this.getRowLocator.count();
|
||||
}
|
||||
|
||||
async rightClickOnItem(itemName: string): Promise<void> {
|
||||
await this.getCellByColumnNameAndRowItem(itemName, 'Name').click({ button: 'right' });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user