Skip to content

Commit

Permalink
Add data-test-subj
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Nov 26, 2019
1 parent 9a3282f commit 4351781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function ExpressionWrapper({
padding="m"
expression={expression}
searchContext={{ ...context, type: 'kibana_context' }}
renderError={error => <div>{error}</div>}
renderError={error => <div data-test-subj="expression-renderer-error">{error}</div>}
/>
</div>
)}
Expand Down

0 comments on commit 4351781

Please sign in to comment.