Skip to content

Commit

Permalink
[lint] Fix no-undef errors
Browse files Browse the repository at this point in the history
Backports PR #10859

**Commit 1:**
[lint] Fix no-undef errors

* Original sha: 64e8f50
* Authored by Jonathan Budzenski <[email protected]> on 2017-03-22T22:09:12Z
  • Loading branch information
elastic-jasper committed Mar 23, 2017
1 parent 74ba30d commit 19ad4b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions test/functional/apps/management/_index_pattern_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import expect from 'expect.js';

import {
bdd,
defaultTimeout,
scenarioManager,
esClient
} from '../../../support';

Expand Down Expand Up @@ -33,7 +31,7 @@ bdd.describe('index pattern filter', function describeIndexTests() {
bdd.it('should filter indexed fields', async function () {
await PageObjects.settings.navigateTo();
await PageObjects.settings.clickKibanaIndicies();
const fieldTypesBefore = await PageObjects.settings.getFieldTypes();
await PageObjects.settings.getFieldTypes();


await PageObjects.settings.setFieldTypeFilter('string');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/management/_scripted_fields_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import expect from 'expect.js';

import {
bdd,
scenarioManager,
esClient
} from '../../../support';

Expand Down

0 comments on commit 19ad4b0

Please sign in to comment.