Skip to content

Commit ff23864

Browse files
committed
fix second failing test
1 parent a8ccc29 commit ff23864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/apps/dashboard/dashboard_filter_bar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default function ({ getService, getPageObjects }) {
7878
await filterBar.ensureFieldEditorModalIsClosed();
7979
await testSubjects.click('addFilter');
8080
await dashboardExpect.fieldSuggestions(['animal']);
81+
await filterBar.ensureFieldEditorModalIsClosed();
8182
});
8283

8384
it('works when a vis with no index pattern is added', async () => {

0 commit comments

Comments
 (0)