Sha256: 0c4a7a017b8387078b63e7b1ff473fd1caa8586e9b4338b3b31c24216a80ab7f

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

#include Briar::Keyboard

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
briar-0.0.5 features/step_definitions/keyboard_steps.rb
briar-0.0.4 features/step_definitions/keyboard_steps.rb