features/step_definitions/keyboard_steps.rb in briar-0.1.3.b4 vs features/step_definitions/keyboard_steps.rb in briar-0.1.3.b5
- old
+ new
@@ -15,16 +15,15 @@
When /^I touch the done button the keyboard disappears$/ do
done
should_not_see_keyboard
end
-
Then /^I touch the delete key$/ do
- keyboard_send_backspace
+ keyboard_enter_char 'Delete'
end
Then(/^I turn off spell checking and capitalization$/) do
- deprecated('0.1.1', 'not working', :pending)
+ _deprecated('0.1.1', 'not working', :pending)
#should_see_keyboard
#turn_autocapitalization_off
#turn_autocorrect_off
#turn_spell_correct_off
end