Commit 9a75a153 authored by Sanad Liaquat's avatar Sanad Liaquat

Filter for group before clicking

parent 81d1e5c7
......@@ -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