end.toeventually_include("#{group1.path} is currently using the Ultimate SaaS Trial Plan").within(max_duration: 120,max_attempts: 60,reload_page: page)
end
end
end
end
context'when on billing page with only one eligible namespace'do
beforedo
Flow::Login.sign_in(as: user)
group1.visit!
Page::Group::Menu.perform(&:go_to_billing)
end
it'registers for a new trial',testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/349163'do
end.toeventually_include("#{group1.path} is currently using the Ultimate SaaS Trial Plan").within(max_duration: 120,max_attempts: 60,reload_page: page)