mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-20] Favorite Libraries (#789)
* libraries submenu config * fix item id * favorite libraries columns * libraries submenu text * columns text * submenu schema * submenu routes * role column component * favorite libraries list api * register favorite libraries presets * favorite libraries list component * register role column component * dl custom node list is library route * empty state message icon * remove custom id * merge subscriptions * adapt to child route * fix component selector * revert to favorite library route * sidenav main links font weight * libraries children contants * library expand panel method * update e2e * libraries children columns consistency * isLibrary workaround for custom node list * update isLibrary evaluator * update e2e * lint * Update src/assets/app.extensions.json Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com> * Update src/app/extensions/extension.service.ts Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com> * Update src/app/extensions/extension.service.ts Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com> * Update src/app/extensions/extension.service.ts Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com> * Update src/app/extensions/extension.service.ts Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com> * use correct preset * update e2e * update page titles values * find child active link * fix expected value * update expected * role column tests * check if menu is expanded
This commit is contained in:
committed by
Denys Vuika
parent
76fe33d734
commit
4a420cc9f9
@@ -53,12 +53,14 @@ export class BrowsingPage extends Page {
|
||||
|
||||
|
||||
async clickFileLibrariesAndWait() {
|
||||
await this.sidenav.navigateToLinkByLabel(SIDEBAR_LABELS.FILE_LIBRARIES);
|
||||
await this.sidenav.expandMenu(SIDEBAR_LABELS.FILE_LIBRARIES);
|
||||
await this.sidenav.navigateToLinkByLabel(SIDEBAR_LABELS.MY_LIBRARIES);
|
||||
await this.dataTable.waitForHeader();
|
||||
}
|
||||
|
||||
async clickFileLibraries() {
|
||||
await this.sidenav.navigateToLinkByLabel(SIDEBAR_LABELS.FILE_LIBRARIES);
|
||||
await this.sidenav.expandMenu(SIDEBAR_LABELS.FILE_LIBRARIES);
|
||||
await this.sidenav.navigateToLinkByLabel(SIDEBAR_LABELS.MY_LIBRARIES);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user