mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-6366] Add missing unit tests for app rules (#3831)
* [ACS-6366] Aca-shared rules cleanup * [ACS-6366] Add missing unit tests for app rules * [ACS-6366] Move context creation to beforeEach
This commit is contained in:
@@ -377,7 +377,7 @@
|
||||
"type": "separator",
|
||||
"order": 89,
|
||||
"rules": {
|
||||
"visible": "app.isSearchSupported"
|
||||
"visible": "app.navigation.isNotSearchResults"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -393,7 +393,7 @@
|
||||
"click": "SEARCH"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "app.isSearchSupported"
|
||||
"visible": "app.navigation.isNotSearchResults"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1252,7 +1252,7 @@
|
||||
"click": "ASPECT_LIST"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "editAspects"
|
||||
"visible": "canEditAspects"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user