diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-09-26 12:11:22 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-09-26 12:11:22 -0500 |
commit | 7fb477325eb7f1215a6ae128c9a3a300606d7fbe (patch) | |
tree | b350019198072a29851b0277993fa265b8929f5f | |
parent | 299213dd01b959b82952284194ea844c33b5a691 (diff) | |
download | gitlab-ce-7fb477325eb7f1215a6ae128c9a3a300606d7fbe.tar.gz |
fixed users_spec
-rw-r--r-- | spec/features/users_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/users_spec.rb b/spec/features/users_spec.rb index 15b89dac572..bf1dd7cc073 100644 --- a/spec/features/users_spec.rb +++ b/spec/features/users_spec.rb @@ -24,6 +24,7 @@ feature 'Users', js: true do user.reload expect(user.reset_password_token).not_to be_nil + find('a[href="#login-pane"]').click gitlab_sign_in(user) expect(current_path).to eq root_path |