- Sep 12, 2012
-
-
Jared Hirsch authored
Fix change password stage
-
Leah Klearman authored
-
Lloyd Hilaiel authored
attempt to fix window switch / close errors
-
Shane Tomlinson authored
Make sure method name in comment matches the current function name
-
- Sep 11, 2012
-
-
Francois Marier authored
-
- Sep 08, 2012
-
-
Leah Klearman authored
3 occasions of 2 sporadic failures in ci logs as of 5pm friday seen at https://ci.mozilla.org/view/Persona/job/identity.browserid.dev.windows.x p.ie.8/1315/testReport/junit/123done.tests.test_new_user/TestNewAccount/ test_can_create_new_user_account self = <browserid.pages.sign_in.SignIn object at 0x188cf10> def close_window(self): > self.selenium.close() browserid/pages/sign_in.py:53: E WebDriverException: Message: u'ERROR Internal Server Error' ------------ seen at https://ci.mozilla.org/view/Persona/job/identity.browserid.dev.windows.7 .ie.9/1324/testReport/junit/123done.tests.test_sign_in/TestSignIn/test_t hat_user_can_sign_in/ https://ci.mozilla.org/view/Persona/job/identity.browserid.dev.windows.7 .ie.9/1313/testReport/junit/123done.tests.test_change_password/TestChang ePassword/test_can_change_user_password/ self = <browserid.pages.sign_in.SignIn object at 0x2a3ff10> selenium = <selenium.webdriver.remote.webdriver.WebDriver object at 0x29b9bd0> timeout = 90, expect = 'new' def __init__(self, selenium, timeout, expect='new'): Base.__init__(self, selenium, timeout) > selenium.switch_to_window('__persona_dialog') browserid/pages/sign_in.py:38: E NoSuchWindowException: Message: u"No window found
-
- Sep 07, 2012
-
-
Sean McArthur authored
Fix the email list not showing the scroll bar with >= 8 emails.
-
- Sep 06, 2012
-
-
Jared Hirsch authored
Add personatestuser selenium code to enable test user creation out-of-band.
-
Jared Hirsch authored
Update bidpom README
-
Leah Klearman authored
-
Jared Hirsch authored
Use popup title to identify popup window in selenium page objects. Fixes #2429.
-
Leah Klearman authored
-
Sean McArthur authored
Fix the password being hidden if the user tabbed into the email field without typing any key besides tab.
-
- Sep 05, 2012
-
-
Leah Klearman authored
-
Sean McArthur authored
Split up the PageModule into Module, DOMModule and PageModule.
-
Sean McArthur authored
If there is no saved site info in localStorage, redirect to the management page after verification is complete.
-
Jared Hirsch authored
Issue 2364 upstream selenium changes
-
Sean McArthur authored
When an email address is removed, make sure to remove loggedIn associations
-
- Sep 04, 2012
-
-
Leah Klearman authored
-
Leah Klearman authored
Merge remote-tracking branch '6a68/issue_2364_upstream_selenium_changes' into issue_2364_upstream_selenium_changes
-
Jared Hirsch authored
Fix complete registration
-
Sean McArthur authored
Allow siteName and siteLogo when using navigator.id.get
-
Leah Klearman authored
-
Shane Tomlinson authored
If there is no saved site info in localStorage, redirect to the management page after verification is complete.
-
Shane Tomlinson authored
* All screens are now scrollable depending on their height. * Variable renaming for clarity.
-
Shane Tomlinson authored
-
- Sep 01, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 31, 2012
-
-
Leah Klearman authored
123done/tests/test_change_password.py . 123done/tests/test_logout.py . 123done/tests/test_new_user.py . 123done/tests/test_sign_in.py . = 4 passed in 318.50 seconds = browserid/tests/check_add_email.py . browserid/tests/check_change_password.py . browserid/tests/check_reset_password.py . browserid/tests/check_sign_in.py ...... = 9 passed in 863.19 seconds =
-
Leah Klearman authored
This reverts commit 1adbe2f7.
-
Leah Klearman authored
this has not been plumbed into any actual tests yet
-
Shane Tomlinson authored
Document how to contribute new localizations r+ close #2279
-
- Aug 30, 2012
-
-
Sean McArthur authored
update to awsbox 0.2.17 which includes latest security patches and speed...
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Add new "Sign in" PNGs, compress existing ones
-
Jared Hirsch authored
use pkg_resources instead of which() for modules
-
Jared Hirsch authored
Add clear localstorage step to change password test to ensure specific w...
-
Sean McArthur authored
Add note-to-ourselves re: onready's deprecation
-
- Aug 29, 2012
-
-
Dan Callahan authored
-