Skip to content

Commit

Permalink
Fixed test subject attribute placement
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredburgettelastic committed Oct 10, 2024
1 parent 7de00b1 commit f8b9fdd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ export const EntityAnalyticsManagementPage = () => {
<>
<RiskEnginePrivilegesCallOut privileges={privileges} />
<EuiPageHeader
data-test-subj="entityAnalyticsManagementPageTitle"
pageTitle={
<EuiFlexGroup>
<EuiFlexItem grow={false}>{ENTITY_ANALYTICS_RISK_SCORE}</EuiFlexItem>
<EuiFlexItem data-test-subj="entityAnalyticsManagementPageTitle" grow={false}>
{ENTITY_ANALYTICS_RISK_SCORE}
</EuiFlexItem>
<EuiBetaBadge label={BETA} size="s" />
</EuiFlexGroup>
}
Expand Down

0 comments on commit f8b9fdd

Please sign in to comment.