Skip to content

Commit 0bc2fbd

Browse files
author
Liza K
committed
Update test to match data
1 parent 67f418a commit 0bc2fbd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

test/functional/apps/dashboard/dashboard_filter_bar.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,9 @@ export default function ({ getService, getPageObjects }) {
205205
});
206206

207207
it('filter from unrelated index pattern is still applicable if field name is found', async function () {
208-
const hasUnrelatedIndexPatternFilter = await filterBar.hasFilter('animal', 'exists', true);
209-
expect(hasUnrelatedIndexPatternFilter).to.be(true);
210-
211208
const hasUnrelatedIndexPatternFilterPhrase = await filterBar.hasFilter(
212-
'animal',
213-
'Cat',
209+
'@timestamp',
210+
'123',
214211
true
215212
);
216213
expect(hasUnrelatedIndexPatternFilterPhrase).to.be(true);

0 commit comments

Comments
 (0)