Closed superchris closed 15 years ago
I have a ScrewUnit test which interacts with a radio button and passes in browser but fails in blueridge. It appears that clicking a radio button does not yet work in env.js. I'm using jQuery("input.radio").click() to click it, if that matters.
That sounds like a problem in env.js. We'll see if we can get it fixed.
env.js ticket: http://envjs.lighthouseapp.com/projects/21590-envjs/tickets/42-fail-176-core-check-first-radio-still-checked#ticket-42-2
Chris, env.js has been updated and vastly improved. Could you retest this and reopen the issue if it still doesn't work? Thanks!
I have a ScrewUnit test which interacts with a radio button and passes in browser but fails in blueridge. It appears that clicking a radio button does not yet work in env.js. I'm using jQuery("input.radio").click() to click it, if that matters.