Sha256: 70ed184c91899f09b2915feceb16229f416c01b398f591b551f95b3a77648c8a

Contents?: true

Size: 915 Bytes

Versions: 56

Compression:

Stored size: 915 Bytes

Contents

load_script! 'common/features'

add_step! (RubyApp::Element::Event)                     { |event| event.assert_exists_link('Buttons') }
add_step! (RubyApp::Element::AssertedEvent)             { |event| event.click_link('Buttons') }

add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.assert_exists_link('Button') }
add_step! (RubyApp::Element::AssertedEvent)             { |event| event.click_link('Button') }

add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.assert_exists_text('You are on this page.') }

add_step! (RubyApp::Element::AssertedEvent)             { |event| event.click_link('Back') }
add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.click_link('Back') }
add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.click_link('Back') }
add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.execute {} }

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
RubyApp-0.7.16 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.15 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.14 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.13 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.12 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.11 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.10 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.9 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.5 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.4 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.3 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.2 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.1 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.7.0 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.6.71 lib/ruby_app/scripts/features/buttons.rb
RubyApp-0.6.70 lib/ruby_app/scripts/elements/buttons.rb
RubyApp-0.6.69 lib/ruby_app/scripts/elements/buttons.rb
RubyApp-0.6.68 lib/ruby_app/scripts/elements/buttons.rb
RubyApp-0.6.67 lib/ruby_app/scripts/elements/buttons.rb
RubyApp-0.6.66 lib/ruby_app/scripts/elements/buttons.rb