Fix license fabrication retry failure

parent 3db50e42
......@@ -18,6 +18,8 @@ module QA
end
QA::Support::Retrier.retry_on_exception do
Page::Main::Menu.perform(&:sign_out_if_signed_in)
QA::Runtime::Browser.visit(:gitlab, QA::Page::Main::Login) do
EE::Resource::License.fabricate!(ENV['EE_LICENSE'])
end
......
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