mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixing broken tests
This commit is contained in:
parent
680e0bf95d
commit
e7126127eb
1 changed files with 2 additions and 2 deletions
|
@ -215,13 +215,13 @@ define(function (require) {
|
|||
|
||||
clickLegendExpand: function clickLegendExpand() {
|
||||
return thisTime
|
||||
.findByCssSelector('.fa-chevron-left')
|
||||
.findByCssSelector('.fa-chevron-circle-left')
|
||||
.click();
|
||||
},
|
||||
|
||||
clickLegendCollapse: function clickLegendCollapse() {
|
||||
return thisTime
|
||||
.findByCssSelector('div.legend-toggle > i.fa-chevron-right')
|
||||
.findByCssSelector('div.legend-toggle > i.fa-chevron-circle-right')
|
||||
.click();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue