How can I close a Twitter Bootstrap modal from a Protractor test?
The close button has a CSS class name of "close".
I tried this:

element(by.className('close')).click();

but that doesn't work. I get an ElementNotVisibleError even those I see
that the modal is being displayed.

-- 
R. Mark Volkmann
Object Computing, Inc.

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