lib/ruby_app/scripts/elements/dialogs.rb in RubyApp-0.5.11 vs lib/ruby_app/scripts/elements/dialogs.rb in RubyApp-0.5.12

- old
+ new

@@ -56,10 +56,10 @@ event.assert_exists_link('Exception') event.tap_link('Exception') end add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event| - event.assert_exists_text('The assertion false failed') + event.assert_exists_text('This is an exception.') event.assert_exists_link('Close') event.tap_link('Close') end add_step! RubyApp::Elements::Mobile::Page::ShownEvent do |event|