Skip to content

Commit

Permalink
E2E: fix valid name due to recent change (mattermost#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril authored and migbot committed Jul 2, 2019
1 parent 73aaaf0 commit ddf446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/login/signup_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Signup Email page', () => {

cy.get('#name_label').should('contain', 'Choose your username');
cy.get('#name').should('be.visible');
cy.get('#valid_name').should('contain', 'Username must begin with a letter, and contain between 3 to 22 lowercase characters made up of numbers, letters, and the symbols \'.\', \'-\' and \'_\'');
cy.get('#valid_name').should('contain', 'You can use lowercase letters, numbers, periods, dashes, and underscores.');

cy.get('#password_label').should('contain', 'Choose your password');
cy.get('#password').should('be.visible');
Expand Down

0 comments on commit ddf446b

Please sign in to comment.