Skip to content

Commit

Permalink
HAWKULAR-185 Add IDs for selenium to be able to log out (for QA)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed May 11, 2015
1 parent 6c2056e commit 16e8255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/accounts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</li>
<li class="divider" data-ng-show="personas.length"></li>
<li>
<a href="#" data-ng-click="userDetails.logout()">Log Out</a>
<a id="logout" href="#" data-ng-click="userDetails.logout()">Log Out</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ <h3 class="modal-title">Session expired</h3>
Due to inactivity, we had to close your session.
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-ng-click="userDetails.logout()">Login again</button>
<button id="logoutBtn" class="btn btn-primary" data-ng-click="userDetails.logout()">Login again</button>
</div>

0 comments on commit 16e8255

Please sign in to comment.