@commercetools-frontend/cypress 24.8.0 → 24.9.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 -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 +4 -4
|
@@ -184,7 +184,9 @@ function loginByForm(commandOptions) {
|
|
|
184
184
|
cy.url().should('include', `${identityUrl}/login`);
|
|
185
185
|
// Fill in the email and click Next
|
|
186
186
|
cy.get('input[name="identifier"]').type(userCredentials.email);
|
|
187
|
-
cy.get('button').contains('Next').click(
|
|
187
|
+
cy.get('button').contains('Next').click({
|
|
188
|
+
force: true
|
|
189
|
+
});
|
|
188
190
|
|
|
189
191
|
// Wait for the password form to appear
|
|
190
192
|
cy.get('input[name="password"]').should('be.visible');
|
|
@@ -184,7 +184,9 @@ function loginByForm(commandOptions) {
|
|
|
184
184
|
cy.url().should('include', `${identityUrl}/login`);
|
|
185
185
|
// Fill in the email and click Next
|
|
186
186
|
cy.get('input[name="identifier"]').type(userCredentials.email);
|
|
187
|
-
cy.get('button').contains('Next').click(
|
|
187
|
+
cy.get('button').contains('Next').click({
|
|
188
|
+
force: true
|
|
189
|
+
});
|
|
188
190
|
|
|
189
191
|
// Wait for the password form to appear
|
|
190
192
|
cy.get('input[name="password"]').should('be.visible');
|
|
@@ -166,7 +166,9 @@ function loginByForm(commandOptions) {
|
|
|
166
166
|
cy.url().should('include', `${identityUrl}/login`);
|
|
167
167
|
// Fill in the email and click Next
|
|
168
168
|
cy.get('input[name="identifier"]').type(userCredentials.email);
|
|
169
|
-
cy.get('button').contains('Next').click(
|
|
169
|
+
cy.get('button').contains('Next').click({
|
|
170
|
+
force: true
|
|
171
|
+
});
|
|
170
172
|
|
|
171
173
|
// Wait for the password form to appear
|
|
172
174
|
cy.get('input[name="password"]').should('be.visible');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var constants = require('./constants-009cb682.cjs.dev.js');
|
|
6
6
|
|
|
7
7
|
// NOTE: This string will be replaced on build time with the package version.
|
|
8
|
-
var version = "24.
|
|
8
|
+
var version = "24.9.0";
|
|
9
9
|
|
|
10
10
|
exports.HTTP_STATUS_CODES = constants.HTTP_STATUS_CODES;
|
|
11
11
|
exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var constants = require('./constants-2f1475a6.cjs.prod.js');
|
|
6
6
|
|
|
7
7
|
// NOTE: This string will be replaced on build time with the package version.
|
|
8
|
-
var version = "24.
|
|
8
|
+
var version = "24.9.0";
|
|
9
9
|
|
|
10
10
|
exports.HTTP_STATUS_CODES = constants.HTTP_STATUS_CODES;
|
|
11
11
|
exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { H as HTTP_STATUS_CODES, O as OIDC_RESPONSE_TYPES, S as STORAGE_KEYS } from './constants-13c76918.esm.js';
|
|
2
2
|
|
|
3
3
|
// NOTE: This string will be replaced on build time with the package version.
|
|
4
|
-
var version = "24.
|
|
4
|
+
var version = "24.9.0";
|
|
5
5
|
|
|
6
6
|
export { version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/cypress",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.9.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": "24.
|
|
45
|
-
"@commercetools-frontend/application-shell": "24.
|
|
46
|
-
"@commercetools-frontend/constants": "24.
|
|
44
|
+
"@commercetools-frontend/application-config": "24.9.0",
|
|
45
|
+
"@commercetools-frontend/application-shell": "24.9.0",
|
|
46
|
+
"@commercetools-frontend/constants": "24.9.0",
|
|
47
47
|
"@manypkg/get-packages": "1.1.3",
|
|
48
48
|
"@types/semver": "^7.5.1",
|
|
49
49
|
"semver": "7.7.2",
|