mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Trigger browser password manager after sigining up
This commit is contained in:
@ -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");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user