[docTable] remove irrelevant test about source filtering

This commit is contained in:
spalger 2016-02-12 01:17:56 -07:00 committed by Stéphane Campinas
parent 5a97b6b668
commit 8211990a01

View file

@ -72,10 +72,6 @@ describe('docTable', function () {
expect($elem.text()).to.not.be.empty();
});
it('should set the source filtering defintion', function () {
expect($scope.indexPattern.getSourceFiltering.called).to.be(true);
});
it('should set the indexPattern to that of the searchSource', function () {
expect($scope.indexPattern).to.be(searchSource.get('index'));
});