@bigbinary/neeto-commons-frontend 2.0.80 → 2.0.82

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/cypress-utils.js CHANGED
@@ -1155,6 +1155,7 @@ var createOrganization = function createOrganization(_ref) {
1155
1155
  cy.wait("@fetchCountries");
1156
1156
  cy.clearAndType(signUpSelectors.firstNameTextField, firstName);
1157
1157
  cy.clearAndType(signUpSelectors.lastNameTextField, lastName);
1158
+ cy.get(commonSelectors.checkbox).click();
1158
1159
  cy.intercept({
1159
1160
  url: requestApis.signUp,
1160
1161
  times: 1