diff --git a/projects/storefrontapp-e2e-cypress/cypress/e2e/b2b/regression/user-registration/b2b-user-registration-e2e.cy.ts b/projects/storefrontapp-e2e-cypress/cypress/e2e/b2b/regression/user-registration/b2b-user-registration-e2e.cy.ts index e69b536401e..817025f2b9c 100644 --- a/projects/storefrontapp-e2e-cypress/cypress/e2e/b2b/regression/user-registration/b2b-user-registration-e2e.cy.ts +++ b/projects/storefrontapp-e2e-cypress/cypress/e2e/b2b/regression/user-registration/b2b-user-registration-e2e.cy.ts @@ -81,16 +81,6 @@ context('B2B - User Registration', () => { fillOrganizationUserRegistrationForm(user); submitOrganizationUserRegistrationForm(); - - /* - * CXSPA-9183 - * Leave below check commented until cx-server gets upgraded to 2211.32 - * tbd after upgrade: POST orgUsers request should expect '201 created' response. - */ - - // verifyGlobalMessageAfterRegistration( - // 'User with this e-mail address already exists.' - // ); }); }); });