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


Ignore:
Timestamp:
May 22, 2013, 2:00:57 AM (11 years ago)
Author:
rodney757

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #689, comment 9

    v3 v4  
    44With your test:
    55
    6     1. I think it would be best to go directly to /auth/login/.
     6    * I think it would be best to go directly to /auth/login/.
    77
    8     2. There are at least 2 ways to go about this:
     8    * There are at least 2 ways to go about this:
    99
    1010        a. Click on the link and test that the status code is 200. I'm not sure how easy it is to do this with selenium.
    1111
    1212        b. Fill in the username in the login form, and then click the forgot password link. Then:
    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.
     13        {{{ assert driver.current_url == u'http://127.0.0.1:6543/auth/forgot_password/%3Fusername=user' }}}
     14        where user is the username you entered into the login form.
    1715