E2E: Updated user group and data type acceptance tests to match UI changes (#20658)

* Updated user group tests to match the recent UI changes

* Updated data type collection tests due to UI changes

* Bumped version of test helper
This commit is contained in:
Nhu Dinh
2025-10-28 13:14:52 +07:00
committed by GitHub
parent a3d6b4f844
commit f6b566c65f
5 changed files with 29 additions and 39 deletions

View File

@@ -21,8 +21,8 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.40",
"@umbraco/playwright-testhelpers": "^17.0.0-beta.7",
"@umbraco/json-models-builders": "^2.0.41",
"@umbraco/playwright-testhelpers": "^17.0.0-beta.10",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"