Commit 696f85b3 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-staging-41-fix-group-level-project-template-spec' into 'master'

Fix "group_level_project_template_spec.rb"

Closes gitlab-org/quality/staging#41

See merge request gitlab-org/gitlab-ee!9880
parents 4d070621 9a75a153
......@@ -20,6 +20,8 @@ module QA
end
def go_to_group(name)
raise "Group with name #{name} not found!" unless has_group?(name)
click_link name
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