@commercetools-frontend/cypress 22.2.0 → 22.2.1
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 -1
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.cjs.prod.js +3 -1
- package/add-commands/dist/commercetools-frontend-cypress-add-commands.esm.js +3 -1
- 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 +3 -3
|
@@ -182,7 +182,9 @@ function loginByOidc(commandOptions) {
|
|
|
182
182
|
applicationId,
|
|
183
183
|
query: {}
|
|
184
184
|
}));
|
|
185
|
-
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
185
|
+
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope); // Disable redesign announcement
|
|
186
|
+
|
|
187
|
+
win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
|
|
186
188
|
|
|
187
189
|
if (commandOptions.onBeforeLoad) {
|
|
188
190
|
commandOptions.onBeforeLoad(win);
|
|
@@ -182,7 +182,9 @@ function loginByOidc(commandOptions) {
|
|
|
182
182
|
applicationId,
|
|
183
183
|
query: {}
|
|
184
184
|
}));
|
|
185
|
-
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
185
|
+
win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope); // Disable redesign announcement
|
|
186
|
+
|
|
187
|
+
win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
|
|
186
188
|
|
|
187
189
|
if (commandOptions.onBeforeLoad) {
|
|
188
190
|
commandOptions.onBeforeLoad(win);
|
|
@@ -165,7 +165,9 @@ function loginByOidc(commandOptions) {
|
|
|
165
165
|
applicationId,
|
|
166
166
|
query: {}
|
|
167
167
|
}));
|
|
168
|
-
win.sessionStorage.setItem(STORAGE_KEYS.SESSION_SCOPE, sessionScope);
|
|
168
|
+
win.sessionStorage.setItem(STORAGE_KEYS.SESSION_SCOPE, sessionScope); // Disable redesign announcement
|
|
169
|
+
|
|
170
|
+
win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
|
|
169
171
|
|
|
170
172
|
if (commandOptions.onBeforeLoad) {
|
|
171
173
|
commandOptions.onBeforeLoad(win);
|
|
@@ -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.2.
|
|
8
|
+
var version = "22.2.1";
|
|
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.2.
|
|
8
|
+
var version = "22.2.1";
|
|
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.2.
|
|
3
|
+
"version": "22.2.1",
|
|
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": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.20.13",
|
|
39
39
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
40
|
-
"@commercetools-frontend/application-config": "22.2.
|
|
41
|
-
"@commercetools-frontend/application-shell": "22.2.
|
|
40
|
+
"@commercetools-frontend/application-config": "22.2.1",
|
|
41
|
+
"@commercetools-frontend/application-shell": "22.2.1",
|
|
42
42
|
"@manypkg/get-packages": "1.1.3",
|
|
43
43
|
"semver": "7.5.0",
|
|
44
44
|
"uuid": "9.0.0"
|