@commercetools-frontend/cypress 22.22.0 → 22.23.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 +3 -2
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.cjs.prod.js +3 -2
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.esm.js +3 -2
- 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 +6 -6
|
@@ -195,8 +195,9 @@ function loginByOidc(commandOptions) {
|
|
|
195
195
|
query: {}
|
|
196
196
|
}));
|
|
197
197
|
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
198
|
-
//
|
|
199
|
-
|
|
198
|
+
// To hide the dialog for the rebranding colors.
|
|
199
|
+
// TODO: remove once the dialog has been removed from App Kit.
|
|
200
|
+
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
200
201
|
if (commandOptions.onBeforeLoad) {
|
|
201
202
|
commandOptions.onBeforeLoad(win);
|
|
202
203
|
}
|
|
@@ -195,8 +195,9 @@ function loginByOidc(commandOptions) {
|
|
|
195
195
|
query: {}
|
|
196
196
|
}));
|
|
197
197
|
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
198
|
-
//
|
|
199
|
-
|
|
198
|
+
// To hide the dialog for the rebranding colors.
|
|
199
|
+
// TODO: remove once the dialog has been removed from App Kit.
|
|
200
|
+
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
200
201
|
if (commandOptions.onBeforeLoad) {
|
|
201
202
|
commandOptions.onBeforeLoad(win);
|
|
202
203
|
}
|
|
@@ -176,8 +176,9 @@ function loginByOidc(commandOptions) {
|
|
|
176
176
|
query: {}
|
|
177
177
|
}));
|
|
178
178
|
win.sessionStorage.setItem(STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
179
|
-
//
|
|
180
|
-
|
|
179
|
+
// To hide the dialog for the rebranding colors.
|
|
180
|
+
// TODO: remove once the dialog has been removed from App Kit.
|
|
181
|
+
win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
|
|
181
182
|
if (commandOptions.onBeforeLoad) {
|
|
182
183
|
commandOptions.onBeforeLoad(win);
|
|
183
184
|
}
|
|
@@ -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.23.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.23.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.23.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,13 +41,13 @@
|
|
|
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.23.0",
|
|
45
|
+
"@commercetools-frontend/application-shell": "22.23.0",
|
|
46
|
+
"@commercetools-frontend/constants": "22.23.0",
|
|
47
47
|
"@manypkg/get-packages": "1.1.3",
|
|
48
48
|
"@types/semver": "^7.5.1",
|
|
49
|
-
"semver": "7.
|
|
50
|
-
"uuid": "9.0.
|
|
49
|
+
"semver": "7.6.0",
|
|
50
|
+
"uuid": "9.0.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@tsconfig/node16": "^16.1.1",
|