######### <%= I18n.translate( :given ).upcase %> ######### <%= I18n.translate( :given ).capitalize %>(/^<%= I18n.translate( “steps.drag_until” ) %>$/) do |direction, element|

pending

end

<%= I18n.translate( :given ).capitalize %>(/^<%= I18n.translate( “steps.page_contains” ) %>$/) do |page_text|

pending

end

######### <%= I18n.translate( :when ).upcase %> #########

<%= I18n.translate( :when ).capitalize %>(/^<%= I18n.translate( “steps.drag_number_of_times” ) %>$/) do |direction, times|

pending

end

<%= I18n.translate( :when ).capitalize %>(/^<%= I18n.translate( “steps.touch_element” ) %>$/) do |element|

pending

end

<%= I18n.translate( :when ).capitalize %>(/^<%= I18n.translate( “steps.drag_screen” ) %>$/) do |direction|

pending

end

<%= I18n.translate( :when ).capitalize %>(/^<%= I18n.translate( “steps.restart_app” ) %>$/) do

pending

end

######### <%= I18n.translate( :then ).upcase %> #########

<%= I18n.translate( :then ).capitalize %>(/^<%= I18n.translate “steps.wait_progress_bar” %>$/) do

pending

end

<%= I18n.translate( :then ).capitalize %>(/^<%= I18n.translate “steps.should_see_page” %>$/) do |page_text|

pending

end

<%= I18n.translate( :then ).capitalize %>(/^<%= I18n.translate “steps.should_see_page_that_contains” %>$/) do |page_text|

pending

end <% unless I18n.config.default_locale == :en %>

<%= I18n.translate( :then ).capitalize %>(/^<%= I18n.translate “steps.take_print” %>$/) do

pending

end <% end %>