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.25 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.24 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.22 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.21 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.16 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.12 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.11 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.10 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.8 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.7 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.2 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.6.1 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.95 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.99 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.98 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.97 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.96 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.94 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.93 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.92 lib/ruby_app/scripts/elements/calendars/month.rb