Changes between Version 2 and Version 3 of Ticket #689, comment 9


Ignore:
Timestamp:
May 22, 2013, 1:59:17 AM (11 years ago)
Author:
rodney757

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #689, comment 9

    v2 v3  
    1111
    1212        b. Fill in the username in the login form, and then click the forgot password link. Then:
    13 {{{ assert driver.current_url == u'http://127.0.0.1:6543/auth/forgot_password/%3Fusername=user' }}}
     13       
     14    {{{ assert driver.current_url == u'http://127.0.0.1:6543/auth/forgot_password/%3Fusername=user' }}}
     15   
     16    where user is the username you entered into the login form.
    1417
    15            where user is the username you entered into the login form.
    16