V16 QA Added acceptance tests for removing user groups from a user (#19994)

* Added tests for removing user group from a user

* Added skip tag and related issue to the failing tests

* Bumped version
This commit is contained in:
Nhu Dinh
2025-08-26 15:26:16 +07:00
committed by GitHub
parent 577a43eafe
commit fb5b997090
3 changed files with 55 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@umbraco/json-models-builders": "^2.0.37",
"@umbraco/playwright-testhelpers": "^16.0.37",
"@umbraco/playwright-testhelpers": "^16.0.39",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"
@@ -67,9 +67,9 @@
}
},
"node_modules/@umbraco/playwright-testhelpers": {
"version": "16.0.37",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.37.tgz",
"integrity": "sha512-hpYrQJRxB8yK/1B2THsh2NDBaXM4DdM4npnjjFSwujBxnjOFjpJj8VfDU/D4eR8pyzZUu9qV4UkzrGxDuf9uvQ==",
"version": "16.0.39",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.39.tgz",
"integrity": "sha512-rZ/e3Kc9Dzkd7L+V5J3VyGlODnUNLye4kksnaKdRM4PKAsSW6U1f8t3402+lywtTo0oot7JNrVvooJuLwuwc+w==",
"license": "MIT",
"dependencies": {
"@umbraco/json-models-builders": "2.0.37",