Commit 158d6b2c authored by Dan Davison's avatar Dan Davison

Merge branch 'e2e-fix-upgrade-group-spec' into 'master'

Update Fulfillment group upgrade test to use `group.path` in verification

See merge request gitlab-org/gitlab!74754
parents c47502ba 28f72db6
......@@ -67,7 +67,7 @@ module QA
Gitlab::Page::Group::Settings::Billing.perform do |billing|
expect do
billing.billing_plan_header
end.to eventually_include("#{group.name} is currently using the Ultimate SaaS Plan").within(max_duration: 120, max_attempts: 60, reload_page: page)
end.to eventually_include("#{group.path} is currently using the Ultimate SaaS Plan").within(max_duration: 120, max_attempts: 60, reload_page: page)
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