You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then /^I fill the username "(.*?)"$/ do |username|
touch "view:'UITextFieldLabel' marked:'Colaborator Id'"
sleep 3
puts "#{username}"
type_into_keyboard("#{username}")
end
and never type anything in the keyboard
The text was updated successfully, but these errors were encountered:
josete89
changed the title
type_into_keyboard not working in iOS 9
type_into_keyboard not working in iOS 9.3
May 5, 2016
I have this test
Then /^I fill the username "(.*?)"$/ do |username|
touch "view:'UITextFieldLabel' marked:'Colaborator Id'"
sleep 3
puts "#{username}"
type_into_keyboard("#{username}")
end
and never type anything in the keyboard
The text was updated successfully, but these errors were encountered: