[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:
Shivangi Shree
2026-07-28 13:50:53 +05:30
committed by GitHub
co-authored by akashrathod28
parent 7fe08ff1a8
commit 1d7686729e
12 changed files with 163 additions and 20 deletions
+1 -1
View File
@@ -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": {