We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ccc29 commit ff23864Copy full SHA for ff23864
test/functional/apps/dashboard/dashboard_filter_bar.js
@@ -78,6 +78,7 @@ export default function ({ getService, getPageObjects }) {
78
await filterBar.ensureFieldEditorModalIsClosed();
79
await testSubjects.click('addFilter');
80
await dashboardExpect.fieldSuggestions(['animal']);
81
+ await filterBar.ensureFieldEditorModalIsClosed();
82
});
83
84
it('works when a vis with no index pattern is added', async () => {
0 commit comments