mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12311] Remove manage versions dialog box for non versionable file (#5307)
* [ACS-12311] Remove manage versions dialog box for non versionable file * [ACS-12311] Add few more unit test for empty entry and aspectnames * [ACS-12311] Fix manage versions for search-results * Added e2e fix and exclude test * Added e2e no test fix and exclude test --------- Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
co-authored by
akashrathod28
parent
7fe08ff1a8
commit
1d7686729e
@@ -1,3 +1,13 @@
|
||||
{
|
||||
"all": {}
|
||||
"all": {
|
||||
"XAT-5042": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5043": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5044": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5045": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5046": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5047": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5048": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5049": "https://hyland.atlassian.net/browse/ACS-12214",
|
||||
"XAT-5050": "https://hyland.atlassian.net/browse/ACS-12214"
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
"playwright test --config=e2e/playwright/favorite-actions/playwright.config.ts"
|
||||
"playwright test --config=e2e/playwright/favorite-actions/playwright.config.ts --pass-with-no-tests"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
|
||||
Reference in New Issue
Block a user