Changes between Version 2 and Version 3 of Ticket #689, comment 9
- Timestamp:
- May 22, 2013, 1:59:17 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #689, comment 9
v2 v3 11 11 12 12 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. 14 17 15 where user is the username you entered into the login form.16