Skip to content

Commit

Permalink
Update test to match data
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed May 31, 2020
1 parent 67f418a commit 0bc2fbd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/functional/apps/dashboard/dashboard_filter_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,9 @@ export default function ({ getService, getPageObjects }) {
});

it('filter from unrelated index pattern is still applicable if field name is found', async function () {
const hasUnrelatedIndexPatternFilter = await filterBar.hasFilter('animal', 'exists', true);
expect(hasUnrelatedIndexPatternFilter).to.be(true);

const hasUnrelatedIndexPatternFilterPhrase = await filterBar.hasFilter(
'animal',
'Cat',
'@timestamp',
'123',
true
);
expect(hasUnrelatedIndexPatternFilterPhrase).to.be(true);
Expand Down

0 comments on commit 0bc2fbd

Please sign in to comment.