diaspora/features/step_definitions/drawer_steps.rb
2016-06-19 01:53:18 +02:00

5 lines
120 B
Ruby

And /^I click on "([^"]*)" in the drawer$/ do |txt|
within("#drawer") do
find_link(txt).trigger "click"
end
end