diff --git a/generators/client/templates/cypress/integration/account/register.spec.js.ejs b/generators/client/templates/cypress/integration/account/register.spec.js.ejs index 2edc059ca..d3f38dfff 100644 --- a/generators/client/templates/cypress/integration/account/register.spec.js.ejs +++ b/generators/client/templates/cypress/integration/account/register.spec.js.ejs @@ -96,7 +96,7 @@ describe('Register User', () => { }) }) - it.skip('should not allow user account creation with duplicate username', () => { + it('should not allow user account creation with duplicate username', () => { cy.getByTestId('registerForm').within(() => { cy.getByName('username') .type('admin')