Commit ddefe7ac authored by Sanad Liaquat's avatar Sanad Liaquat

Set Gold plan on sandbox group

Also ensure user logs out at the end of the test
parent e86e63fa
...@@ -18,11 +18,14 @@ module QA ...@@ -18,11 +18,14 @@ module QA
group.sandbox = @sandbox_group group.sandbox = @sandbox_group
end end
enable_plan_on_group(@group.name, "Gold") if Runtime::Env.dot_com? enable_plan_on_group(@sandbox_group.path, "Gold") if Runtime::Env.dot_com?
end end
after(:all) do after(:all) do
@sandbox_group.remove_via_api! @sandbox_group.remove_via_api!
page.visit Runtime::Scenario.gitlab_address
Page::Main::Menu.perform(&:sign_out_if_signed_in)
end end
before do before do
......
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