);
});
diff --git a/x-pack/plugins/security_solution/public/overview/components/recent_cases/filters/index.tsx b/x-pack/plugins/security_solution/public/overview/components/recent_cases/filters/index.tsx
index af2c1523605d2..1bf608787fd7e 100644
--- a/x-pack/plugins/security_solution/public/overview/components/recent_cases/filters/index.tsx
+++ b/x-pack/plugins/security_solution/public/overview/components/recent_cases/filters/index.tsx
@@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import { EuiButtonGroup, EuiButtonGroupOption } from '@elastic/eui';
+import { EuiButtonGroup, EuiButtonGroupOptionProps } from '@elastic/eui';
import React, { useCallback, useMemo } from 'react';
import { FilterMode } from '../types';
@@ -13,7 +13,7 @@ import * as i18n from '../translations';
const MY_RECENTLY_REPORTED_ID = 'myRecentlyReported';
-const toggleButtonIcons: EuiButtonGroupOption[] = [
+const toggleButtonIcons: EuiButtonGroupOptionProps[] = [
{
id: 'recentlyCreated',
label: i18n.RECENTLY_CREATED_CASES,
@@ -45,7 +45,15 @@ export const Filters = React.memo<{
[setFilterBy]
);
- return
;
+ return (
+
+ );
});
Filters.displayName = 'Filters';
diff --git a/x-pack/plugins/security_solution/public/overview/components/recent_cases/translations.ts b/x-pack/plugins/security_solution/public/overview/components/recent_cases/translations.ts
index f9b3e05ad9595..ff5585affb475 100644
--- a/x-pack/plugins/security_solution/public/overview/components/recent_cases/translations.ts
+++ b/x-pack/plugins/security_solution/public/overview/components/recent_cases/translations.ts
@@ -41,3 +41,10 @@ export const VIEW_ALL_CASES = i18n.translate(
defaultMessage: 'View all cases',
}
);
+
+export const CASES_FILTER_CONTROL = i18n.translate(
+ 'xpack.securitySolution.recentCases.controlLegend',
+ {
+ defaultMessage: 'Cases filter',
+ }
+);
diff --git a/x-pack/plugins/security_solution/public/overview/components/recent_timelines/filters/index.tsx b/x-pack/plugins/security_solution/public/overview/components/recent_timelines/filters/index.tsx
index 815768482781b..bd6f1271f3073 100644
--- a/x-pack/plugins/security_solution/public/overview/components/recent_timelines/filters/index.tsx
+++ b/x-pack/plugins/security_solution/public/overview/components/recent_timelines/filters/index.tsx
@@ -4,14 +4,14 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import { EuiButtonGroup, EuiButtonGroupOption } from '@elastic/eui';
+import { EuiButtonGroup, EuiButtonGroupOptionProps } from '@elastic/eui';
import React from 'react';
import { FilterMode } from '../types';
import * as i18n from '../translations';
-const toggleButtonIcons: EuiButtonGroupOption[] = [
+const toggleButtonIcons: EuiButtonGroupOptionProps[] = [
{
id: 'favorites',
label: i18n.FAVORITES,
@@ -35,6 +35,7 @@ export const Filters = React.memo<{
setFilterBy(f as FilterMode);
}}
isIconOnly
+ legend={i18n.TIMELINES_FILTER_CONTROL}
/>
));
diff --git a/x-pack/plugins/security_solution/public/overview/components/recent_timelines/translations.ts b/x-pack/plugins/security_solution/public/overview/components/recent_timelines/translations.ts
index 468773ae90790..998e333d727d2 100644
--- a/x-pack/plugins/security_solution/public/overview/components/recent_timelines/translations.ts
+++ b/x-pack/plugins/security_solution/public/overview/components/recent_timelines/translations.ts
@@ -81,3 +81,10 @@ export const VIEW_ALL_TIMELINES = i18n.translate(
defaultMessage: 'View all timelines',
}
);
+
+export const TIMELINES_FILTER_CONTROL = i18n.translate(
+ 'xpack.securitySolution.recentTimelines.filterControlLegend',
+ {
+ defaultMessage: 'Timelines filter',
+ }
+);
diff --git a/x-pack/plugins/security_solution/public/timelines/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap b/x-pack/plugins/security_solution/public/timelines/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
index 10ad0123f7fc6..17c614bd2c83c 100644
--- a/x-pack/plugins/security_solution/public/timelines/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
+++ b/x-pack/plugins/security_solution/public/timelines/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
@@ -77,15 +77,6 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"warning": "#ffce7a",
},
"euiButtonMinWidth": "112px",
- "euiButtonToggleBorderColor": "#343741",
- "euiButtonToggleTypes": Object {
- "danger": "#ff6666",
- "ghost": "#ffffff",
- "primary": "#1ba9f5",
- "secondary": "#7de2d1",
- "text": "#98a2b3",
- "warning": "#ffce7a",
- },
"euiButtonTypes": Object {
"danger": "#ff6666",
"ghost": "#ffffff",
@@ -340,15 +331,6 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"small": "14px",
"xSmall": "12px",
},
- "euiNavDrawerBackgroundColor": "#1d1e24",
- "euiNavDrawerContractingDelay": "150ms",
- "euiNavDrawerExpandingDelay": "250ms",
- "euiNavDrawerExtendedDelay": "1000ms",
- "euiNavDrawerMenuAddedDelay": "90ms",
- "euiNavDrawerSideShadow": "2px 0 2px -1px rgba(0, 0, 0, 0.3)",
- "euiNavDrawerTopPosition": "49px",
- "euiNavDrawerWidthCollapsed": "48px",
- "euiNavDrawerWidthExpanded": "240px",
"euiPageBackgroundColor": "#1a1b20",
"euiPaletteColorBlind": Object {
"euiColorVis0": Object {
@@ -402,10 +384,22 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiPopoverTranslateDistance": "8px",
"euiProgressColors": Object {
"accent": "#f990c0",
+ "customColor": "currentColor",
"danger": "#ff6666",
"primary": "#1ba9f5",
"secondary": "#7de2d1",
"subdued": "#81858f",
+ "success": "#7de2d1",
+ "vis0": "#54b399",
+ "vis1": "#6092c0",
+ "vis2": "#d36086",
+ "vis3": "#9170b8",
+ "vis4": "#ca8eae",
+ "vis5": "#d6bf57",
+ "vis6": "#b9a888",
+ "vis7": "#da8b45",
+ "vis8": "#aa6556",
+ "vis9": "#e7664c",
"warning": "#ffce7a",
},
"euiProgressSizes": Object {
diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/data_providers/add_data_provider_popover.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/data_providers/add_data_provider_popover.tsx
index 0cd7032596f15..ff3df357f7337 100644
--- a/x-pack/plugins/security_solution/public/timelines/components/timeline/data_providers/add_data_provider_popover.tsx
+++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/data_providers/add_data_provider_popover.tsx
@@ -196,7 +196,6 @@ const AddDataProviderPopoverComponent: React.FC
= (
isOpen={isAddFilterPopoverOpen}
closePopover={handleClosePopover}
anchorPosition="downLeft"
- withTitle
panelPaddingSize="none"
ownFocus={true}
repositionOnScroll
diff --git a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_details/policy_details.tsx b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_details/policy_details.tsx
index b4612c9df42ff..aecb3c02ef43e 100644
--- a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_details/policy_details.tsx
+++ b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_details/policy_details.tsx
@@ -214,7 +214,6 @@ export const PolicyDetails: React.FunctionComponent = ({
isOpen={isPopoverOpen}
closePopover={() => setIsPopoverOpen(false)}
panelPaddingSize="none"
- withTitle
anchorPosition="rightUp"
repositionOnScroll
>
diff --git a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_retention_schedule/policy_retention_schedule.tsx b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_retention_schedule/policy_retention_schedule.tsx
index dc5de0b4295e8..583c8e4ef1dc9 100644
--- a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_retention_schedule/policy_retention_schedule.tsx
+++ b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_retention_schedule/policy_retention_schedule.tsx
@@ -176,7 +176,6 @@ export const PolicyRetentionSchedule: React.FunctionComponent = ({
isOpen={isPopoverOpen}
closePopover={() => setIsPopoverOpen(false)}
panelPaddingSize="none"
- withTitle
anchorPosition="rightUp"
repositionOnScroll
>
diff --git a/x-pack/plugins/spaces/public/nav_control/__snapshots__/nav_control_popover.test.tsx.snap b/x-pack/plugins/spaces/public/nav_control/__snapshots__/nav_control_popover.test.tsx.snap
index 22d65f4600e05..e02e81e497806 100644
--- a/x-pack/plugins/spaces/public/nav_control/__snapshots__/nav_control_popover.test.tsx.snap
+++ b/x-pack/plugins/spaces/public/nav_control/__snapshots__/nav_control_popover.test.tsx.snap
@@ -26,7 +26,6 @@ exports[`NavControlPopover renders without crashing 1`] = `
ownFocus={true}
panelPaddingSize="none"
repositionOnScroll={true}
- withTitle={true}
>
{
anchorPosition={this.props.anchorPosition}
panelPaddingSize="none"
repositionOnScroll={true}
- withTitle={this.props.anchorPosition.includes('down')}
ownFocus
>
{element}
diff --git a/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_range_form.tsx b/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_range_form.tsx
index 7f6c23dddb9fc..8a41ea81407e4 100644
--- a/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_range_form.tsx
+++ b/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_range_form.tsx
@@ -11,7 +11,7 @@ import {
EuiFlexGroup,
EuiFlexItem,
EuiSpacer,
- EuiButtonToggle,
+ EuiButton,
} from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { FilterAggConfigRange } from '../types';
@@ -60,18 +60,17 @@ export const FilterRangeForm: FilterAggConfigRange['aggTypeConfig']['FilterAggFo
onChange={(e) => {
updateConfig({ from: e.target.value === '' ? undefined : Number(e.target.value) });
}}
- // @ts-ignore
step="any"
prepend={
- '}
onChange={(e: any) => {
updateConfig({ includeFrom: e.target.checked });
}}
- isSelected={includeFrom}
- isEmpty={!includeFrom}
- />
+ fill={includeFrom}
+ >
+ {includeFrom ? '≥' : '>'}
+
}
/>
@@ -91,18 +90,17 @@ export const FilterRangeForm: FilterAggConfigRange['aggTypeConfig']['FilterAggFo
onChange={(e) => {
updateConfig({ to: e.target.value === '' ? undefined : Number(e.target.value) });
}}
- // @ts-ignore
step="any"
append={
- {
- updateConfig({ includeTo: e.target.checked });
+ onClick={() => {
+ updateConfig({ includeTo: !includeTo });
}}
- isSelected={includeTo}
- isEmpty={!includeTo}
- />
+ fill={includeTo}
+ >
+ {includeTo ? '≤' : '<'}s
+
}
/>
diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json
index cd090b0c264ef..5ca883bee23a8 100644
--- a/x-pack/plugins/translations/translations/ja-JP.json
+++ b/x-pack/plugins/translations/translations/ja-JP.json
@@ -529,8 +529,6 @@
"core.ui.chrome.headerGlobalNav.helpMenuOpenGitHubIssueTitle": "GitHubで問題を開く",
"core.ui.chrome.headerGlobalNav.helpMenuTitle": "ヘルプ",
"core.ui.chrome.headerGlobalNav.helpMenuVersion": "v {version}",
- "core.ui.chrome.sideGlobalNav.viewRecentItemsFlyoutTitle": "最近のアイテム",
- "core.ui.chrome.sideGlobalNav.viewRecentItemsLabel": "最近閲覧",
"core.ui.EmptyRecentlyViewed": "最近閲覧したアイテムはありません",
"core.ui.enterpriseSearchNavList.label": "エンタープライズサーチ",
"core.ui.errorUrlOverflow.bigUrlWarningNotificationMessage": "{advancedSettingsLink}で{storeInSessionStorageParam}オプションを有効にするか、オンスクリーンビジュアルを簡素化してください。",
@@ -559,7 +557,6 @@
"core.ui.primaryNavSection.undockAriaLabel": "プライマリナビゲーションリンクの固定を解除する",
"core.ui.primaryNavSection.undockLabel": "ナビゲーションの固定を解除する",
"core.ui.recentLinks.linkItem.screenReaderLabel": "{recentlyAccessedItemLinklabel}、タイプ: {pageType}",
- "core.ui.recentLinks.screenReaderLabel": "最近閲覧したリンク、ナビゲーション",
"core.ui.recentlyViewed": "最近閲覧",
"core.ui.recentlyViewedAriaLabel": "最近閲覧したリンク",
"core.ui.securityNavList.label": "セキュリティ",
@@ -3671,7 +3668,6 @@
"visDefaultEditor.editorConfig.dateHistogram.customInterval.helpText": "構成間隔の倍数でなければなりません: {interval}",
"visDefaultEditor.editorConfig.histogram.interval.helpText": "構成間隔の倍数でなければなりません: {interval}",
"visDefaultEditor.metrics.wrongLastBucketTypeErrorMessage": "「{type}」メトリック集約を使用する場合、最後のバケット集約は「Date Histogram」または「Histogram」でなければなりません。",
- "visDefaultEditor.sidebar.autoApplyChangesAriaLabel": "エディターの変更を自動適用します",
"visDefaultEditor.sidebar.autoApplyChangesOffLabel": "自動適用がオフです",
"visDefaultEditor.sidebar.autoApplyChangesOnLabel": "自動適用がオンです",
"visDefaultEditor.sidebar.autoApplyChangesTooltip": "変更されるごとにビジュアライゼーションを自動的に更新します。",
diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json
index 18403d85d5ff7..48c27f4f1669d 100644
--- a/x-pack/plugins/translations/translations/zh-CN.json
+++ b/x-pack/plugins/translations/translations/zh-CN.json
@@ -529,8 +529,6 @@
"core.ui.chrome.headerGlobalNav.helpMenuOpenGitHubIssueTitle": "在 GitHub 中提出问题",
"core.ui.chrome.headerGlobalNav.helpMenuTitle": "帮助",
"core.ui.chrome.headerGlobalNav.helpMenuVersion": "v {version}",
- "core.ui.chrome.sideGlobalNav.viewRecentItemsFlyoutTitle": "最近项",
- "core.ui.chrome.sideGlobalNav.viewRecentItemsLabel": "最近查看",
"core.ui.EmptyRecentlyViewed": "没有最近查看的项目",
"core.ui.enterpriseSearchNavList.label": "企业搜索",
"core.ui.errorUrlOverflow.bigUrlWarningNotificationMessage": "在{advancedSettingsLink}中启用“{storeInSessionStorageParam}”选项或简化屏幕视觉效果。",
@@ -559,7 +557,6 @@
"core.ui.primaryNavSection.undockAriaLabel": "取消停靠主导航",
"core.ui.primaryNavSection.undockLabel": "取消停靠导航",
"core.ui.recentLinks.linkItem.screenReaderLabel": "{recentlyAccessedItemLinklabel},类型:{pageType}",
- "core.ui.recentLinks.screenReaderLabel": "最近查看的链接, 导航",
"core.ui.recentlyViewed": "最近查看",
"core.ui.recentlyViewedAriaLabel": "最近查看的链接",
"core.ui.securityNavList.label": "安全",
@@ -3672,7 +3669,6 @@
"visDefaultEditor.editorConfig.dateHistogram.customInterval.helpText": "必须是配置时间间隔的倍数:{interval}",
"visDefaultEditor.editorConfig.histogram.interval.helpText": "必须是配置时间间隔的倍数:{interval}",
"visDefaultEditor.metrics.wrongLastBucketTypeErrorMessage": "使用“{type}”指标聚合时,上一存储桶聚合必须是“Date Histogram”或“Histogram”。",
- "visDefaultEditor.sidebar.autoApplyChangesAriaLabel": "自动应用编辑器更改",
"visDefaultEditor.sidebar.autoApplyChangesOffLabel": "自动应用关闭",
"visDefaultEditor.sidebar.autoApplyChangesOnLabel": "自动应用开启",
"visDefaultEditor.sidebar.autoApplyChangesTooltip": "每次更改时自动更新可视化。",
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder/index.tsx b/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder/index.tsx
index b33d5e16c6eb9..ccc2ddd9c01ca 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder/index.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/geo_threshold/query_builder/index.tsx
@@ -188,7 +188,7 @@ export const GeoThresholdAlertTypeExpression: React.FunctionComponent
-
+
setPopoverOpen(false)}
ownFocus
- withTitle
anchorPosition="downLeft"
zIndex={8000}
display="block"
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/expression.tsx b/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/expression.tsx
index cc00c244ecd02..7c42c43dc79a2 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/expression.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/expression.tsx
@@ -314,7 +314,6 @@ export const IndexThresholdAlertTypeExpression: React.FunctionComponent
0}
error={errors.interval}
diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx
index 08339b509d5fd..388f87cbf752b 100644
--- a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx
@@ -83,7 +83,6 @@ export const ForLastExpression = ({
}}
ownFocus
display={display === 'fullWidth' ? 'block' : 'inlineBlock'}
- withTitle
anchorPosition={popupPosition ?? 'downLeft'}
>
diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx
index 6af103be96e13..785df0981ebe6 100644
--- a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx
@@ -113,7 +113,6 @@ export const GroupByExpression = ({
setGroupByPopoverOpen(false);
}}
ownFocus
- withTitle
display={display === 'fullWidth' ? 'block' : 'inlineBlock'}
anchorPosition={popupPosition ?? 'downRight'}
>
diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx
index 9cea1d3812274..e15b9a21570c9 100644
--- a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx
@@ -101,7 +101,6 @@ export const OfExpression = ({
closePopover={() => {
setAggFieldPopoverOpen(false);
}}
- withTitle
display={display === 'fullWidth' ? 'block' : 'inlineBlock'}
anchorPosition={popupPosition ?? 'downRight'}
zIndex={8000}
diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx
index 2b5cec98b16a1..bdf30414b68bb 100644
--- a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx
@@ -97,7 +97,6 @@ export const ThresholdExpression = ({
setAlertThresholdPopoverOpen(false);
}}
ownFocus
- withTitle
display={display === 'fullWidth' ? 'block' : 'inlineBlock'}
anchorPosition={popupPosition ?? 'downLeft'}
>
diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx
index 18197b6f64e43..5696417f241fd 100644
--- a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx
@@ -66,7 +66,6 @@ export const WhenExpression = ({
}}
ownFocus
display={display === 'fullWidth' ? 'block' : 'inlineBlock'}
- withTitle
anchorPosition={popupPosition ?? 'downLeft'}
>
diff --git a/x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/url_drilldown_collect_config.tsx b/x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/url_drilldown_collect_config.tsx
index bd0191443d785..3251e85841d86 100644
--- a/x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/url_drilldown_collect_config.tsx
+++ b/x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/url_drilldown_collect_config.tsx
@@ -189,7 +189,6 @@ function AddVariableButton({
closePopover={closePopover}
panelPaddingSize="none"
anchorPosition="downLeft"
- withTitle
>
diff --git a/x-pack/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx b/x-pack/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx
index 064907a633df0..902f497babda8 100644
--- a/x-pack/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx
+++ b/x-pack/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx
@@ -93,7 +93,6 @@ export const FilterPopover = ({
id={id}
isOpen={isOpen || forceOpen}
ownFocus={true}
- withTitle
zIndex={10000}
>
diff --git a/x-pack/plugins/uptime/public/pages/__tests__/__snapshots__/page_header.test.tsx.snap b/x-pack/plugins/uptime/public/pages/__tests__/__snapshots__/page_header.test.tsx.snap
index 15389460517de..7bb578494ab44 100644
--- a/x-pack/plugins/uptime/public/pages/__tests__/__snapshots__/page_header.test.tsx.snap
+++ b/x-pack/plugins/uptime/public/pages/__tests__/__snapshots__/page_header.test.tsx.snap
@@ -276,7 +276,7 @@ Array [
class="euiToolTipAnchor"
>