V14 Added missing tests and fixed failed tests for Partial View (#15635)
* Added beforeEach() and remove .skip for the passed tests * Fixed failed tests and add the tests to cover query builder * Bumped version of test helper * Updated api tests for Partial View as the endpoints are changed * Fixed failed tests and remove .skip tests * Updated test helper version and api tests for Partial View as the name of method changes * Changed createButton() to createThreeDotsButton() * Bumped version * Bumped version of test helper * Fixed comments * Added more waits * Splited tests out * Changed verification method * Added debug * Removed console.log() and increased wait time * Changed expect from toEqual to toBeTruthy * Changed to use "" instead of '' * more changes * Updated the expectedPartialViewContent * Changes * Removed * Fixed test * Update PartialView.spec.ts * Removed .skip * Added code to detect os platform * Updated expectedPartialViewContent varibale * Added waits * Bumped version of test helper --------- Co-authored-by: Andreas Zerbst <andr317c@live.dk> Co-authored-by: Andreas Zerbst <73799582+andr317c@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@umbraco/json-models-builders": "^2.0.1 ",
|
||||
"@umbraco/playwright-testhelpers": "^2.0.0-beta.18",
|
||||
"@umbraco/playwright-testhelpers": "^2.0.0-beta.20",
|
||||
"camelize": "^1.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"faker": "^4.1.0",
|
||||
|
||||
Reference in New Issue
Block a user