Commit 20aabab6 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-fix-minor-issue-with-restrict-by-ip-address' into 'master'

Set Gold plan on sandbox group in live environments

See merge request gitlab-org/gitlab!29317
parents 821ad72f ddefe7ac
......@@ -18,11 +18,14 @@ module QA
group.sandbox = @sandbox_group
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
after(:all) do
@sandbox_group.remove_via_api!
page.visit Runtime::Scenario.gitlab_address
Page::Main::Menu.perform(&:sign_out_if_signed_in)
end
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