Skip to content

Commit

Permalink
[lint] Fix no-undef errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 22, 2017
1 parent fd78011 commit 64e8f50
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 64e8f50

Please sign in to comment.