Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retargeting iOS 7.0 and fixing issues with UISwitch accessor #10

Merged
merged 1 commit into from
Apr 1, 2014
Merged

Retargeting iOS 7.0 and fixing issues with UISwitch accessor #10

merged 1 commit into from
Apr 1, 2014

Conversation

garyjohnson
Copy link
Contributor

Updated FurterApp to 7.1 and launching cukes against 7.1 to ensure compatibility. UISwitch was broken (moredip/Frank#271) so I moved to use tap and hold gesture instead of touch.

leviwilson added a commit that referenced this pull request Apr 1, 2014
Retargeting iOS 7.0 and fixing issues with UISwitch accessor
@leviwilson leviwilson merged commit f9f0fec into leviwilson:master Apr 1, 2014
@leviwilson
Copy link
Owner

features pass locally, I'll mess with travis later. Thanks!

@CMTaylor
Copy link

I originated the UISwitch was broken issue (moredip/Frank#271) and am interested in your fix. I don't use "furter", and I don't use Cucumber/Ruby, but I have my own Frank fork and a Python/Robot Framework front end that I've written and use. How can I get your fix for this UISwitch issue into my Frank code?

@garyjohnson
Copy link
Contributor Author

It's more of a workaround, but Frank has a tap_and_hold helper method for gestures that works on UISwitch where touch fails. The hold duration can be as short as 0.1s and it should work.

@CMTaylor
Copy link

OK, I’ll give that workaround a try at my Python layer.

Thanks,
Martin

From: Gary Johnson [mailto:[email protected]]
Sent: Wednesday, April 16, 2014 11:21 AM
To: leviwilson/furter
Cc: Taylor, Martin
Subject: Re: [furter] Retargeting iOS 7.0 and fixing issues with UISwitch accessor (#10)

It's more of a workaround, but Frank has a tap_and_holdhttp://rdoc.info/github/moredip/Frank/Frank/Cucumber/GestureHelper:tap_and_hold helper method for gestures that works on UISwitch where touch fails. The hold duration can be as short as 0.1s and it should work.


Reply to this email directly or view it on GitHubhttps://github.com//pull/10#issuecomment-40619877.

@CMTaylor
Copy link

Your suggested workaround for the UISwitch issue works in iOS 7.1 simulator with my Python Frank interface. Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants