Files
angular.js/docs/content
Vikram Soni dfd228497b Updated e2e spec to remove warning
on
element(by.css(.phones li a)).click();

selenium will throw a warning message that more then one element found.

element.all(by.css('.phones li a')).first().click(); fixes the issue
2014-07-21 16:09:03 -07:00
..
2014-06-10 00:57:21 -07:00
2014-07-21 14:52:41 -07:00
2014-07-21 14:52:41 -07:00