Use seperate retry for login page and license creation

parent a05262ee
...@@ -18,11 +18,13 @@ module QA ...@@ -18,11 +18,13 @@ module QA
end end
QA::Support::Retrier.retry_on_exception do 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)
end
QA::Support::Retrier.retry_on_exception do
QA::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'])
EE::Resource::License.fabricate!(ENV['EE_LICENSE'])
end
end end
end end
end 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