HTML code:
<button type="button" class="btn btn-default btn-sm pull-right" ng-click="move(1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-right"></i></button>
In protractor angular automation, I am trying to click on calendar icon using class but am not able to click. Using ng-click
I can click on the icon but I have to do using class. Please help me, I am new to angular protractor.