mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6235] Migrated E2Es in favorites.ts file to Playwright (#3539)
* [ACS-6235] migrated e2es to playwright * [ACS-6235] migrated e2es to playwright * [ACS-6235] addressed review comments
This commit is contained in:
committed by
GitHub
parent
fef55a3f73
commit
509ab55508
@@ -162,4 +162,8 @@ export class PaginationComponent extends BaseComponent {
|
||||
throw new Error(`Click nth menu item catch: ${e}`);
|
||||
}
|
||||
}
|
||||
|
||||
async closeMenu(): Promise<void> {
|
||||
await this.page.keyboard.press('Escape');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user