E2E: QA added entity picker acceptance tests (#20776)

* Added entity picker settings

* Updated tests

* Updated nightly pipeline

* Updated tests

* Bumped versions

* Fixed indentation

* Added comments

* Cleaned up

* Removed duplicate

* Bumped version

* Updated naming
This commit is contained in:
Andreas Zerbst
2025-11-12 10:18:53 +01:00
committed by GitHub
parent c9fc2f2a19
commit c60cf90ffe
14 changed files with 719 additions and 3 deletions

View File

@@ -22,10 +22,10 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.41",
"@umbraco/json-models-builders": "^2.0.42",
"@umbraco/playwright-testhelpers": "^17.0.6",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"
}
}
}