debugging test failure that only occurs on travis

This commit is contained in:
Spencer Alger 2014-09-12 13:38:55 -07:00
parent e8ee8ffe9e
commit 5915a77ada

View file

@ -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');