mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
debugging test failure that only occurs on travis
This commit is contained in:
parent
e8ee8ffe9e
commit
5915a77ada
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ define(function (require) {
|
|||
beforeEach(function (done) {
|
||||
var $node = $(yAxis.el);
|
||||
|
||||
this.timeout(30000);
|
||||
|
||||
(function check() {
|
||||
if ($node.css('display') !== '-webkit-box') {
|
||||
console.log('waiting for css to load');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue