Closed garyjohnson closed 10 years ago
features pass locally, I'll mess with travis later. Thanks!
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?
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.
OK, I’ll give that workaround a try at my Python layer.
Thanks, Martin
From: Gary Johnson [mailto:notifications@github.com] 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/leviwilson/furter/pull/10#issuecomment-40619877.
Your suggested workaround for the UISwitch issue works in iOS 7.1 simulator with my Python Frank interface. Thanks very much!
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.