Skip to content
代码片段 群组 项目
提交 6538169b 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat
浏览文件

Merge branch 'qa-shl-fix-license-fabrication-retry-failure' into 'master'

Fix license fabrication retry failure

See merge request gitlab-org/gitlab!64676
No related branches found
No related tags found
无相关合并请求
......@@ -18,9 +18,13 @@ def perform_before_hooks
end
QA::Support::Retrier.retry_on_exception do
QA::Runtime::Browser.visit(:gitlab, QA::Page::Main::Login) do
EE::Resource::License.fabricate!(ENV['EE_LICENSE'])
end
QA::Runtime::Browser.visit(:gitlab, QA::Page::Main::Login)
end
QA::Support::Retrier.retry_on_exception do
QA::Page::Main::Menu.perform(&:sign_out_if_signed_in)
EE::Resource::License.fabricate!(ENV['EE_LICENSE'])
end
end
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册