Skip to content

Commit

Permalink
Adapt filter to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Feb 21, 2023
1 parent 2d93058 commit 9c704a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/group1/_filter_editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
body: {
version: '2.0.0',
},
refresh: 'wait_for',
refresh: true,
});

await indexPatterns.create({ title: indexTitle }, { override: true });
Expand Down

0 comments on commit 9c704a1

Please sign in to comment.