Skip to content

Commit

Permalink
add data-test-subj for functional test support
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 22, 2024
1 parent 1d84ed9 commit 535fe00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ChromeService {
notifications.toasts.addDanger({
title: '`EuiProvider` is missing',
text: mountReactNode(
<p>
<p data-test-sub="core-chrome-euiDevProviderWarning-toast">
<FormattedMessage
id="core.chrome.euiDevProviderWarning"
defaultMessage="Kibana components must be wrapped in a React Context provider for full functionality and proper theming support. See {link}."
Expand Down

0 comments on commit 535fe00

Please sign in to comment.