check_for_alert_message

in features/ios/pages/alert_page.rb [42:46]


  def check_for_alert_message(arg1, arg2)
    wait_for_element_exists("UILabel text:'#{arg1}'")
    wait_for_element_exists("UILabel text:'#{arg2}'")
  end