V16 Added acceptance tests for document property value permission (#19385)

* Updated due to test helper changes

* Updated user group tests due to api helper changes

* Updated tests for user group default configuration due to UI changes

* Added tests for document property value permission

* Added tests for document property value permission in content with block

* Bumped version

* Make specific tests run in the pipeline

* Added skip tag and issue link for the failing tests

* Fixed comment

* Bumped version

* Fixed comments

* Bumped version and reverted npm command
This commit is contained in:
Nhu Dinh
2025-06-02 16:21:09 +07:00
committed by GitHub
parent 93873c378e
commit 5a56541aa5
7 changed files with 301 additions and 17 deletions

View File

@@ -20,8 +20,8 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.33",
"@umbraco/playwright-testhelpers": "^16.0.15",
"@umbraco/json-models-builders": "^2.0.35",
"@umbraco/playwright-testhelpers": "^16.0.20",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"