What I do:

RegistrationPage = ->
  @email = element(`by`.model('user.email'))
  @tosAgreement = element(`by`.model('user.tosAgreement'))



later:
  @email.sendKeys('whatever')
  ... working great, everything else too (clear, ...)
  @tosAgreement.isSelected()



isSelected is returning a parentElementArrayFinder object, so isSelected() 
seems to be just returning "this"...??? Very confused ;)

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to