Sha256: 608b5c6f5e4a16a929112792c86479ef049184c7c000491157769bc3ebebcabe
Contents?: true
Size: 710 Bytes
Versions: 2
Compression:
Stored size: 710 Bytes
Contents
Then /^I should see the keyboard$/ do should_see_keyboard end Then /^I should not see the keyboard$/ do should_not_see_keyboard end Then /^I use the keyboard to enter "([^"]*)"$/ do |text| wait_for_animation should_see_keyboard @text_entered_by_keyboard = keyboard_enter_text text end When /^I touch the done button the keyboard disappears$/ do done should_not_see_keyboard end Then /^I touch the delete key$/ do keyboard_enter_char 'Delete' end Then(/^I turn off spell checking and capitalization$/) do should_see_keyboard turn_autocapitalization_off turn_autocorrect_off turn_spell_correct_off end Then /^I am done text editing$/ do touch_navbar_item 'done text editing' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
briar-0.0.7 | features/step_definitions/keyboard_steps.rb |
briar-0.0.6 | features/step_definitions/keyboard_steps.rb |