summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <ddavison@gitlab.com>2019-06-03 20:13:46 +0000
committerDan Davison <ddavison@gitlab.com>2019-06-03 20:13:46 +0000
commitad1bac2ad57a6269dcbc58cbff01533ceef5fa5e (patch)
tree13d417758dcc0a66b3485f1d3f5a72f1742647e3
parent1618461db64473e78108797003d50efb57ca030d (diff)
parentb89c3309c92e3b58e569d3127c4d33b733905e41 (diff)
downloadgitlab-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
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb2
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