mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix headerpage click helpers
This commit is contained in:
parent
fde0e1a0a0
commit
afb6ffe7ec
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ define(function (require) {
|
|||
},
|
||||
|
||||
clickVisualize: function () {
|
||||
common.debug('click Discover tab');
|
||||
common.debug('click Visualize tab');
|
||||
this.clickSelector('a[href*=\'visualize\']');
|
||||
},
|
||||
|
||||
clickDashboard: function () {
|
||||
common.debug('click Dashboard tab');
|
||||
this.clickSelector('a[href*=\'visualize\']');
|
||||
this.clickSelector('a[href*=\'dashboard\']');
|
||||
},
|
||||
|
||||
clickSettings: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue