提交 c1b4f800 编写于 作者: R Rémy Coutable

Merge branch 'fix/gb/gitlab-qa-start-page-cold-boot' into 'master'

Resolve GitLab QA cold boot problems on entry page

See merge request !10003
......@@ -5,8 +5,14 @@ module QA
def initialize
visit('/')
# This resolves cold boot problems with login page
find('.application', wait: 120)
# This resolves cold boot / background tasks problems
#
start = Time.now
while Time.now - start < 240
break if page.has_css?('.application', wait: 10)
refresh
end
end
def sign_in_using_credentials
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册