Sha256: aee5806b1c1372f0c1e402db4b2b913a5f81e877c68f9a5b9ffb80159ee8c71e

Contents?: true

Size: 604 Bytes

Versions: 4

Compression:

Stored size: 604 Bytes

Contents

#include Briar::Bars
#include Briar::Core

Then /^I touch the "([^"]*)" toolbar button$/ do |name|
  should_see_toolbar_button name
  touch("toolbar descendant view marked:'#{name}'")
  step_pause
end

When /^I touch the "([^"]*)" toolbar button, then I should see the "([^"]*)" view$/ do |button_name, view_id|
  should_see_toolbar_button button_name
  touch_transition("toolbar descendant view marked:'done with info'",
                     "view marked:'#{view_id}'",
                     {:timeout=>TOUCH_TRANSITION_TIMEOUT,
                      :retry_frequency=>TOUCH_TRANSITION_RETRY_FREQ})
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
briar-0.0.7 features/step_definitions/bars/toolbar_steps.rb
briar-0.0.6 features/step_definitions/bars/toolbar_steps.rb
briar-0.0.5 features/step_definitions/bars/toolbar_steps.rb
briar-0.0.4 features/step_definitions/bars/toolbar_steps.rb