[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:
MichalKinas
2024-05-08 08:53:30 +02:00
committed by GitHub
parent 12742b3b90
commit 0f3f580e24
5 changed files with 1044 additions and 606 deletions

View File

@@ -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"
}
},
{