Sha256: 5d8f80d512f4525f69bba5cbf19ac8257de42d2afa0c2185359fe1d486a4c4d3

Contents?: true

Size: 1.09 KB

Versions: 86

Compression:

Stored size: 1.09 KB

Contents

load_script! 'common/features'

add_step! RubyApp::Element::Event do |event|
  event.assert_exists_link('Calendars')
  event.click_link('Calendars')
end

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

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.assert_exists_link(Date.today.day == 15 ? 14 : 15)
  event.click_link(Date.today.day == 15 ? 14 : 15)
end

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.assert_exists_text("You selected day #{Date.today.day == 15 ? 14 : 15}.")
  event.assert_exists_link('OK')
  event.click_link('OK')
end

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.assert_exists_text(Date.today.day == 15 ? 14 : 15)
  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.click_link('Back')
end

add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|
  event.execute {}
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
RubyApp-0.6.47 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.46 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.45 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.44 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.43 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.42 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.41 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.40 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.39 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.38 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.36 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.35 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.34 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.33 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.32 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.31 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.29 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.28 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.27 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.26 lib/ruby_app/scripts/elements/calendars/month.rb