in features/ios/pages/login_page.rb [32:39]
def enter_creds(username, password)
touch("UITextField index:0")
keyboard_enter_text(username)
array = touch("UITextField index:1")
keyboard_enter_text(password)
tap_keyboard_action_key
end