Merge pull request #3833 from edx/usman/lms2738-verify-student-urls

Added trailing slashes to verify_student app urls.
This commit is contained in:
Usman Khalid
2014-05-29 16:22:00 +05:00
3 changed files with 6 additions and 6 deletions

View File

@@ -281,7 +281,7 @@ def see_that_i_am_on_the_verified_track(step):
@step(u'I leave the flow and return$')
def leave_the_flow_and_return(step):
world.visit('verify_student/verified/edx/999/Certificates')
world.visit('verify_student/verified/edx/999/Certificates/')
@step(u'I am at the verified page$')