[Sprint/KiltedKoala](feat): Added e2e test for registration
1 unresolved thread
1 unresolved thread
Closes #1638 (closed)
Merge request reports
Activity
added 9 commits
-
1b662ff0...6d942fb6 - 8 commits from branch
master
- 39ba0928 - Merge branch 'master' into feat/registration-e2e-1638
-
1b662ff0...6d942fb6 - 8 commits from branch
added 105 commits
-
39ba0928...2be70043 - 102 commits from branch
master
- 81a263c1 - Updated registration tests
- 516f7281 - Merge branch 'master' of gitlab.com:minds/front into feat/registration-e2e-1638
- bbd3d77a - Fixed up registration test
Toggle commit list-
39ba0928...2be70043 - 102 commits from branch
- cypress/integration/registration.spec.js 0 → 100644
38 //type values 39 cy.get(usernameField).focus().type(username); 40 cy.get(emailField).focus().type(email); 41 cy.get(passwordField).focus().type(password); 42 43 cy.get(password2Field).focus().type(password); 44 cy.get(checkbox).click(); 45 46 //submit 47 cy.get(submitButton).click() 48 .wait('@register').then((xhr) => { 49 expect(xhr.status).to.equal(200); 50 }); 51 52 //onboarding modal shown 53 cy.get('m-onboarding--topics > div > h2:nth-child(1)') changed this line in version 4 of the diff
- Resolved by Ben
- Resolved by Ben
added StatusRequires Changes label and removed 1 deleted label
mentioned in commit 3a530ea8
Please register or sign in to reply