Skip to content

Commit

Permalink
[Fleet] Add data-test-subj to featured integration cards (elastic#116277
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joshdover authored and kibanamachine committed Oct 26, 2021
1 parent 77988c8 commit 19dbe10
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiFlexItem>
<TrackApplicationView viewId="integration-card:epr:endpoint:featured">
<EuiCard
data-test-subj="integration-card:epr:endpoint:featured"
icon={<EuiIcon type="logoSecurity" size="xxl" />}
href={addBasePath('/app/integrations/detail/endpoint/')}
title={i18n.translate('xpack.fleet.featuredSecurityTitle', {
Expand All @@ -246,6 +247,7 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiFlexItem>
<TrackApplicationView viewId="integration-card:epr:apm:featured">
<EuiCard
data-test-subj="integration-card:epr:apm:featured"
title={i18n.translate('xpack.fleet.featuredObsTitle', {
defaultMessage: 'Elastic APM',
})}
Expand All @@ -261,6 +263,7 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiFlexItem>
<TrackApplicationView viewId="integration-card:epr:app_search_web_crawler:featured">
<EuiCard
data-test-sub="integration-card:epr:app_search_web_crawler:featured"
icon={<EuiIcon type="logoAppSearch" size="xxl" />}
href={addBasePath('/app/enterprise_search/app_search')}
title={i18n.translate('xpack.fleet.featuredSearchTitle', {
Expand Down

0 comments on commit 19dbe10

Please sign in to comment.