Skip to content

Commit

Permalink
address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed May 3, 2024
1 parent 6209cb3 commit ba61ffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions portal/tests/test_independent_student.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ def test_signup_duplicate_email_failure(self, mock_send_dotdigital_email):
page, _, _, email, _ = create_independent_student(page)
assert is_email_verified_message_showing(self.selenium)

page = self.go_to_homepage()
page = page.go_to_signup_page()
page = self.go_to_homepage().go_to_signup_page()

name, username, email_address, password = generate_independent_student_details()
page = page.independent_student_signup(name, email, password=password, confirm_password=password)
Expand Down

0 comments on commit ba61ffe

Please sign in to comment.