Skip to content

Commit

Permalink
Merge pull request #106 from Jiri-Kremser/HAWKULAR-185
Browse files Browse the repository at this point in the history
HAWKULAR-185 Add IDs for selenium to be able to log out (for QA)
  • Loading branch information
mtho11 committed May 11, 2015
2 parents 6c2056e + 16e8255 commit 07cf20b
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 07cf20b

Please sign in to comment.