Commit a9062480 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update common.rb

parent 3abeb175
......@@ -23,16 +23,6 @@ module QA
end
end
end
def expand_section(name)
page.within('#content-body') do
page.within('section', text: name) do
click_button 'Expand'
yield
end
end
end
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