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
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