mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix headerpage click helpers
This commit is contained in:
parent
74c7d7a154
commit
d64082bcdc
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