Skip to content
Snippets Groups Projects
Commit b6e53fd9 authored by hollum's avatar hollum
Browse files

boundry value testing for registration

parent c1d2e102
No related branches found
No related tags found
No related merge requests found
Pipeline #163858 passed
......@@ -13,7 +13,7 @@ describe('boundary tests registration page', () => {
cy.visit(`${baseUrl}/register.html`)
});
it('Test lower limit', () => {
it('Test lower boundary limit', () => {
cy.get('#btn-create-account').click()
cy.get('.alert').should('be.visible');
......@@ -23,7 +23,7 @@ describe('boundary tests registration page', () => {
});
it('Test upper limit', () => {
it('Test upper boundary limit', () => {
cy.get('input[name="username"]').type(ThreeHundredChars)
cy.get('input[name="email"]').type(ThreeHundredChars)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment