Trigger browser password manager after sigining up

This commit is contained in:
Arpit Jalan
2014-09-23 19:20:57 +05:30
parent b874b31b02
commit b3838c2c1c
6 changed files with 19 additions and 7 deletions

View File

@ -52,9 +52,7 @@ test("create account", function() {
click('.modal-footer .btn-primary');
andThen(function() {
not(exists('.modal-body'), 'it hides the body when finished');
ok(exists('.modal-footer .btn-primary:disabled'), "create account is disabled");
});
});