Skip to content

Commit

Permalink
Add test subject selectors to Management landing page links. (#12875) (
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Jul 17, 2017
1 parent 7168858 commit 30ba98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/kibana/public/management/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
ng-repeat="item in section.visibleItems"
>
<a
data-test-subj="{{::item.name}}"
class="management-panel__link"
ng-class="{ 'management-panel__link--disabled': item.disabled || !item.url }"
kbn-href="{{::item.disabled ? '' : item.url}}"
Expand Down

0 comments on commit 30ba98c

Please sign in to comment.