Skip to content

Commit

Permalink
🐛 Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Feb 11, 2021
1 parent 673fe2a commit a1aab98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export function VisualizationErrorPanel({ errors }: VisualizationErrorProps) {
<EuiEmptyPrompt
iconType="alert"
iconColor="danger"
data-test-subj="embeddable-lens-failure"
body={
<>
{errors ? (
Expand Down

0 comments on commit a1aab98

Please sign in to comment.