mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[docTable] remove irrelevant test about source filtering
This commit is contained in:
parent
5a97b6b668
commit
8211990a01
1 changed files with 0 additions and 4 deletions
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue