Commit 4a877e43 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'e2e-update-storage-new-route' into 'master'

Remove feature flag handling in storage purchase tests

See merge request gitlab-org/gitlab!75524
parents 5117aeb7 88d2ed16
......@@ -24,7 +24,6 @@ module QA
end
before do
Runtime::Feature.enable(:new_route_storage_purchase)
group.add_member(user, Resource::Members::AccessLevel::OWNER)
Resource::Project.fabricate_via_api! do |project|
......@@ -39,7 +38,6 @@ module QA
end
after do |example|
Runtime::Feature.disable(:new_route_storage_purchase)
user.remove_via_api!
group.remove_via_api! unless example.exception
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