Open blakewest opened 9 years ago
<td> <div class="btn btn-primary" ng-click="editEnrollee(employee)">Edit</div </td>
doing click('Edit') didn't work. And find('Edit') ended up showing the td. It seems like it should have shown the div. if I put a test-me on the div, and then click('edit-button'), it works.
doing click('Edit') didn't work. And find('Edit') ended up showing the td. It seems like it should have shown the div. if I put a test-me on the div, and then click('edit-button'), it works.