Sha256: ddadf76d58d15383b27ad8e3a90014382eaffef6e7b2f50f291dda2647ddbc54

Contents?: true

Size: 440 Bytes

Versions: 30

Compression:

Stored size: 440 Bytes

Contents

load_script! 'common/features'

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.assert_exists_link('Trigger')
  event.tap_link('Trigger')
end

add_step! RubyApp::Element::TriggeredEvent do |event|
  event.tap_link('Back')
end

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.tap_link('Back')
end

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.refresh_browser
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
RubyApp-0.5.44 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.43 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.42 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.41 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.40 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.39 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.38 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.37 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.36 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.35 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.34 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.33 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.32 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.31 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.30 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.29 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.28 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.23 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.18 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.17 lib/ruby_app/scripts/elements/trigger.rb