Code Snippet:
<div class="add create_Amenities" hs-gesture="{handler:showPopup, param:menu_group}" ng-if="showPlus(menu_group,$index)">
Using the following Command in Protractor but with no success. Action: An add (+) button must be clicked by this command.
Reason: No Element Found using locator: By (css selector, .add create_Amenities)
element(by.css('.add create_Amenities')).click();