Commit 6495180e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Link issue numbers / pages to QA TODOs

[ci skip]
parent 90f05d39
......@@ -109,9 +109,7 @@ module QA
puts 'Waiting until secondary node services are restarted ...'
# TODO, use Capybara helper to wait for HTTP status 200 on secondary
#
sleep 60
sleep 60 # Wait until services are restarted correctly
end
end
end
......
......@@ -7,8 +7,11 @@ module QA
require 'qa/ee'
end
##
# TODO generic solution for screenshot in factories
#
# gitlab-org/gitlab-qa#86
#
def perform_before_hooks
return unless ENV['EE_LICENSE']
......
......@@ -19,8 +19,10 @@ module QA
private
# TODO gitlab-qa/library issue
##
# TODO, make it possible to use generic QA framework classes
# as a library - gitlab-org/gitlab-qa#94
#
def shell(command)
puts "Executing `#{command}`"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment