@commercetools-frontend/cypress 22.25.0 → 22.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.cjs.dev.js +0 -3
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.cjs.prod.js +0 -3
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.esm.js +0 -3
- package/dist/commercetools-frontend-cypress.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-cypress.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-cypress.esm.js +1 -1
- package/package.json +4 -4
|
@@ -197,9 +197,6 @@ function loginByOidc(commandOptions) {
|
|
|
197
197
|
query: {}
|
|
198
198
|
}));
|
|
199
199
|
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
200
|
-
// To hide the dialog for the rebranding colors.
|
|
201
|
-
// TODO: remove once the dialog has been removed from App Kit.
|
|
202
|
-
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
203
200
|
if (commandOptions.onBeforeLoad) {
|
|
204
201
|
commandOptions.onBeforeLoad(win);
|
|
205
202
|
}
|
|
@@ -197,9 +197,6 @@ function loginByOidc(commandOptions) {
|
|
|
197
197
|
query: {}
|
|
198
198
|
}));
|
|
199
199
|
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
200
|
-
// To hide the dialog for the rebranding colors.
|
|
201
|
-
// TODO: remove once the dialog has been removed from App Kit.
|
|
202
|
-
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
203
200
|
if (commandOptions.onBeforeLoad) {
|
|
204
201
|
commandOptions.onBeforeLoad(win);
|
|
205
202
|
}
|
|
@@ -178,9 +178,6 @@ function loginByOidc(commandOptions) {
|
|
|
178
178
|
query: {}
|
|
179
179
|
}));
|
|
180
180
|
win.sessionStorage.setItem(STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
181
|
-
// To hide the dialog for the rebranding colors.
|
|
182
|
-
// TODO: remove once the dialog has been removed from App Kit.
|
|
183
|
-
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
184
181
|
if (commandOptions.onBeforeLoad) {
|
|
185
182
|
commandOptions.onBeforeLoad(win);
|
|
186
183
|
}
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var constants = require('./constants-c657705e.cjs.dev.js');
|
|
6
6
|
|
|
7
7
|
// NOTE: This string will be replaced on build time with the package version.
|
|
8
|
-
var version = "22.
|
|
8
|
+
var version = "22.26.0";
|
|
9
9
|
|
|
10
10
|
exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
|
|
11
11
|
exports.STORAGE_KEYS = constants.STORAGE_KEYS;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var constants = require('./constants-8ad2a50e.cjs.prod.js');
|
|
6
6
|
|
|
7
7
|
// NOTE: This string will be replaced on build time with the package version.
|
|
8
|
-
var version = "22.
|
|
8
|
+
var version = "22.26.0";
|
|
9
9
|
|
|
10
10
|
exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
|
|
11
11
|
exports.STORAGE_KEYS = constants.STORAGE_KEYS;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/cypress",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.26.0",
|
|
4
4
|
"description": "Cypress commands and utilities for Custom Applications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@babel/runtime": "^7.22.15",
|
|
43
43
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
44
|
-
"@commercetools-frontend/application-config": "22.
|
|
45
|
-
"@commercetools-frontend/application-shell": "22.
|
|
46
|
-
"@commercetools-frontend/constants": "22.
|
|
44
|
+
"@commercetools-frontend/application-config": "22.26.0",
|
|
45
|
+
"@commercetools-frontend/application-shell": "22.26.0",
|
|
46
|
+
"@commercetools-frontend/constants": "22.26.0",
|
|
47
47
|
"@manypkg/get-packages": "1.1.3",
|
|
48
48
|
"@types/semver": "^7.5.1",
|
|
49
49
|
"semver": "7.6.0",
|