V16: Removes all generic Created, Saved, and Deleted notifications (#19119)
* feat: removes all generic Created, Saved, and Deleted notifications * Comment out the notification checks in acceptance tests * Bumped version of test helper * Fixed publish with descendants tests * Cleaned up * Bumped version of test helper --------- Co-authored-by: Nhu Dinh <hnd@umbraco.dk> Co-authored-by: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com> Co-authored-by: Niels Lyngsø <nsl@umbraco.dk>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@umbraco/json-models-builders": "^2.0.31",
|
||||
"@umbraco/playwright-testhelpers": "^16.0.3",
|
||||
"@umbraco/playwright-testhelpers": "^16.0.5",
|
||||
"camelize": "^1.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"node-fetch": "^2.6.7"
|
||||
@@ -67,10 +67,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@umbraco/playwright-testhelpers": {
|
||||
"version": "16.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.3.tgz",
|
||||
"integrity": "sha512-hul0tWdNxzXMx901ZadX8IgAHpMQGAwhrZrfLEoxTIOSwytGoTPsfOSFUNhBhzU6yNXdt0Oi6g4aggmjrJARfg==",
|
||||
"license": "MIT",
|
||||
"version": "16.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.5.tgz",
|
||||
"integrity": "sha512-QRZPBCSMqXWp3VnmSsetSdk00Un+Tocd0pa2uOSmBFiOn6+9+6ea5WXWZakMIdVi/Esr44TZs8Zotm3eAgiqfQ==",
|
||||
"dependencies": {
|
||||
"@umbraco/json-models-builders": "2.0.31",
|
||||
"node-fetch": "^2.6.7"
|
||||
|
||||
Reference in New Issue
Block a user