diaspora/features/step_definitions/drawer_steps.rb
2017-09-17 19:29:15 +02:00

7 lines
151 B
Ruby

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