Skip to content

Commit

Permalink
fix: debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 4, 2024
1 parent 6502383 commit bd4942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/tests/utils/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def follow_change_email_link_to_dashboard(page, email):


def follow_change_email_link_to_independent_dashboard(page, email):
_follow_change_email_link(page, email)
page.browser.get(email)

return go_to_independent_student_login_page(page.browser)

Expand Down

0 comments on commit bd4942c

Please sign in to comment.