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.5.91 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.90 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.89 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.88 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.87 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.86 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.85 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.77 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.76 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.75 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.74 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.73 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.72 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.71 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.70 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.69 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.68 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.67 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.66 lib/ruby_app/scripts/elements/calendars/month.rb
RubyApp-0.5.65 lib/ruby_app/scripts/elements/calendars/month.rb