E2E: Updated the failing Default Config tests (#20818)
* Updated block list tests as the “Add Block” button is hidden after reaching the maximum limit. * Updated validation option due to UI changes * Updated tests for current user profile as waitForNetworkToBeIdle() is removed * Fixed flaky tests * Bumped version * Updated tests for current user profile * Bumped version
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@umbraco/json-models-builders": "^2.0.42",
|
||||
"@umbraco/playwright-testhelpers": "^17.0.10",
|
||||
"@umbraco/playwright-testhelpers": "^17.0.11",
|
||||
"camelize": "^1.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"node-fetch": "^2.6.7"
|
||||
@@ -67,9 +67,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@umbraco/playwright-testhelpers": {
|
||||
"version": "17.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-17.0.10.tgz",
|
||||
"integrity": "sha512-5yHUK8GbqPZ+9P2/3PdudeQAA0w0Nzl9nPUy+rBKpE4e41F/kDpAHbSPIjoQ0oNG26ASmYzL+IVuIGE/iJJwaw==",
|
||||
"version": "17.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-17.0.11.tgz",
|
||||
"integrity": "sha512-+2zijm64oppD17NQg0om7ip1iFJsTQy0ugGgQamZvpf2mUPoGV2CpIz7enPY5YmrQerPacS/1riBMWx/eafqHA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@umbraco/json-models-builders": "2.0.42",
|
||||
|
||||
Reference in New Issue
Block a user