@bigbinary/neeto-commons-frontend 2.0.80 → 2.0.81

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.
@@ -1163,6 +1163,7 @@ var createOrganization = function createOrganization(_ref) {
1163
1163
  cy.wait("@fetchCountries");
1164
1164
  cy.clearAndType(signUpSelectors.firstNameTextField, firstName);
1165
1165
  cy.clearAndType(signUpSelectors.lastNameTextField, lastName);
1166
+ cy.get(commonSelectors.checkbox).click();
1166
1167
  cy.intercept({
1167
1168
  url: requestApis.signUp,
1168
1169
  times: 1