Sha256: bb59d51027c22be1f0849b0c68ad0d3170824c193b1e6b427c9db728e9e75c40

Contents?: true

Size: 1.24 KB

Versions: 15

Compression:

Stored size: 1.24 KB

Contents

add_step! (RubyApp::Element::Event)                       { |event| event.assert_exists_link('Features') }
add_step! (RubyApp::Element::AssertedEvent)               { |event| event.assert_exists_link('Information') }
add_step! (RubyApp::Element::AssertedEvent)               { |event| event.assert_exists_link('Scripts') }
add_step! (RubyApp::Element::AssertedEvent)               { |event| event.assert_not_exists_link('Null') }
add_step! (RubyApp::Element::AssertedEvent)               { |event| event.execute {} }

add_step! (RubyApp::Element::Event)                       { |event| event.refresh_browser }
add_step! (RubyApp::Elements::Mobile::Page::LoadedEvent)  { |event| event.update_style('div.content', 'color', 'blue')
                                                                    event.add_class('div.content', 'content_bold')
                                                                    event.remove_class('div.content', 'content_bold')
                                                                    event.set_cookie('_version', RubyApp::VERSION)
                                                                    event.log("RubyApp #{RubyApp::VERSION}")
                                                                    event.execute {} }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
RubyApp-0.7.16 lib/ruby_app/scripts/default.rb
RubyApp-0.7.15 lib/ruby_app/scripts/default.rb
RubyApp-0.7.14 lib/ruby_app/scripts/default.rb
RubyApp-0.7.13 lib/ruby_app/scripts/default.rb
RubyApp-0.7.12 lib/ruby_app/scripts/default.rb
RubyApp-0.7.11 lib/ruby_app/scripts/default.rb
RubyApp-0.7.10 lib/ruby_app/scripts/default.rb
RubyApp-0.7.9 lib/ruby_app/scripts/default.rb
RubyApp-0.7.5 lib/ruby_app/scripts/default.rb
RubyApp-0.7.4 lib/ruby_app/scripts/default.rb
RubyApp-0.7.3 lib/ruby_app/scripts/default.rb
RubyApp-0.7.2 lib/ruby_app/scripts/default.rb
RubyApp-0.7.1 lib/ruby_app/scripts/default.rb
RubyApp-0.7.0 lib/ruby_app/scripts/default.rb
RubyApp-0.6.71 lib/ruby_app/scripts/default.rb