Sha256: 8be8e5980d4b4f32b2b9580308cb62e845fdf01a832d5526c4019d5f3ecd2b8b

Contents?: true

Size: 446 Bytes

Versions: 14

Compression:

Stored size: 446 Bytes

Contents

load_script! 'common/features'

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

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

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
RubyApp-0.5.58 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.57 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.56 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.55 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.54 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.53 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.52 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.51 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.50 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.49 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.48 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.47 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.46 lib/ruby_app/scripts/elements/trigger.rb
RubyApp-0.5.45 lib/ruby_app/scripts/elements/trigger.rb