Skip to content

Commit

Permalink
Update _field_data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Feb 15, 2021
1 parent c6633b7 commit 48768dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/discover/_field_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await queryBar.setQuery('xxx(yyy))');
await queryBar.submitQuery();
const { message } = await toasts.getErrorToast();
await new Promise((resolve) => setTimeout(resolve, 5 * 1000));
expect(message).to.contain(expectedError);
await toasts.dismissToast();
});
Expand Down

0 comments on commit 48768dc

Please sign in to comment.