Skip to content
Snippets Groups Projects

[Sprint/KiltedKoala](feat): Added e2e test for registration

Merged Ben requested to merge feat/registration-e2e-1638 into master
1 unresolved thread

Merge request reports

Checking pipeline status.

Merged by Brian HatchetBrian Hatchet 5 years ago (Sep 13, 2019 2:27pm UTC)

Loading

Pipeline #82080364 canceled

Pipeline canceled for 3a530ea8 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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)')
  • Brian Hatchet
  • Brian Hatchet
  • Ben added StatusRequires Changes label and removed 1 deleted label

    added StatusRequires Changes label and removed 1 deleted label

  • Ben added 1 commit

    added 1 commit

    Compare with previous version

  • Ben resolved all threads

    resolved all threads

  • Ben added 1 deleted label and removed 1 deleted label

    added 1 deleted label and removed 1 deleted label

  • Emiliano Balbuena approved this merge request

    approved this merge request

  • Brian Hatchet approved this merge request

    approved this merge request

  • merged

  • Brian Hatchet mentioned in commit 3a530ea8

    mentioned in commit 3a530ea8

  • Please register or sign in to reply
    Loading