mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2473] action menus - reorder and capitalisation (#1135)
* reorder actions and typography * capitalize labels * added titlecase pipe name * remove titlecase pipe * actions titlecase strings * update e2e * fix text selector * e2e exclude deleteaction checks
This commit is contained in:
committed by
Adina Parpalita
parent
9e0e50d57d
commit
17ce7f1cbc
@@ -98,7 +98,7 @@ export class Sidenav extends Component {
|
||||
|
||||
async openCreateFolderDialog() {
|
||||
await this.openNewMenu();
|
||||
await this.menu.clickMenuItem('Create folder');
|
||||
await this.menu.clickMenuItem('Create Folder');
|
||||
}
|
||||
|
||||
async openCreateLibraryDialog() {
|
||||
|
Reference in New Issue
Block a user