[Tests] removing old test

This commit is contained in:
Khalah Jones-Golden 2016-03-29 16:10:22 -04:00
parent e948df36aa
commit ebf4ae5e1d

View file

@ -29,11 +29,6 @@ describe('kbnLoadingIndicator', function () {
const $el = compile();
expect($el.find('.spinner')).to.have.length(1);
});
// Doesn't work...
xit('applies the ng-hide class when there are no connections', function () {
const $el = compile(false);
expect($el.find('.spinner.ng-hide')).to.have.length(1);
});
it('applies removes ng-hide class when there are connections', function () {
const $el = compile(true);
expect($el.find('.spinner.ng-hide')).to.have.length(0);