V14 Added acceptance test for Document Blueprint (#16563)

* Added tests for Document blueprints

* Fixed the failing tests for Partial View

* Updated tests for Document Blueprints

* Fixed the delete document blueprints tests

* Fixed method name due to the test helpers changes

* Fix arrange steps

* Bumped version of test helpers

* Removed 's' in the file name

* Removed the step to reload tree

* Fixed comments

* Removed test.describe before merging
This commit is contained in:
Nhu Dinh
2024-06-07 11:33:36 +02:00
committed by GitHub
parent b04e4d7586
commit d5176d668d
9 changed files with 121 additions and 26 deletions

View File

@@ -21,8 +21,8 @@
"wait-on": "^7.2.0"
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.5",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.58",
"@umbraco/json-models-builders": "^2.0.6",
"@umbraco/playwright-testhelpers": "^2.0.0-beta.59",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"faker": "^4.1.0",