diff options
author | Dan Davison <ddavison@gitlab.com> | 2019-06-03 20:13:46 +0000 |
---|---|---|
committer | Dan Davison <ddavison@gitlab.com> | 2019-06-03 20:13:46 +0000 |
commit | ad1bac2ad57a6269dcbc58cbff01533ceef5fa5e (patch) | |
tree | 13d417758dcc0a66b3485f1d3f5a72f1742647e3 /qa | |
parent | 1618461db64473e78108797003d50efb57ca030d (diff) | |
parent | b89c3309c92e3b58e569d3127c4d33b733905e41 (diff) | |
download | gitlab-ce-ad1bac2ad57a6269dcbc58cbff01533ceef5fa5e.tar.gz |
Merge branch 'qa-log-out-in-after-all-hook' into 'master'
Log out in after all hook
See merge request gitlab-org/gitlab-ce!28969
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb index a544efb35ee..5bfafdfa041 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb @@ -26,6 +26,8 @@ module QA Page::Main::Login.perform(&:sign_in_using_credentials) set_file_size_limit('') + + Page::Main::Menu.perform(&:sign_out) end it 'push successful when the file size is under the limit' do |