Update your licenseIf you already have a new license, upload it now.
"`;
+exports[`AddLicense component when license is active should display correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
-exports[`AddLicense component when license is expired should display with correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
+exports[`AddLicense component when license is expired should display with correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
index b75dee3c78306..4d8b653c4b10d 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RequestTrialExtension component should display when enterprise license is not active and trial has been used 1`] = `"
"`;
+exports[`RequestTrialExtension component should display when enterprise license is not active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when license is active and trial has been used 1`] = `"
"`;
+exports[`RequestTrialExtension component should display when license is active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when license is not active and trial has been used 1`] = `"
"`;
+exports[`RequestTrialExtension component should display when license is not active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when platinum license is not active and trial has been used 1`] = `"
"`;
+exports[`RequestTrialExtension component should display when platinum license is not active and trial has been used 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
index 00737c708b824..be634a5b4f748 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RevertToBasic component should display when license is about to expire 1`] = `"
"`;
+exports[`RevertToBasic component should display when license is about to expire 1`] = `"
"`;
-exports[`RevertToBasic component should display when license is expired 1`] = `"
"`;
+exports[`RevertToBasic component should display when license is expired 1`] = `"
"`;
-exports[`RevertToBasic component should display when trial is active 1`] = `"
"`;
+exports[`RevertToBasic component should display when trial is active 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
index 9f08c5f11c2a2..1cacadb824630 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`StartTrial component when trial is allowed display for basic license 1`] = `"
"`;
+exports[`StartTrial component when trial is allowed display for basic license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for expired enterprise license 1`] = `"
"`;
+exports[`StartTrial component when trial is allowed should display for expired enterprise license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for expired platinum license 1`] = `"
"`;
+exports[`StartTrial component when trial is allowed should display for expired platinum license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for gold license 1`] = `"
"`;
+exports[`StartTrial component when trial is allowed should display for gold license 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
index c89d183282219..c785ed7c99bda 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
@@ -268,9 +268,11 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
-
+
-
+
renders permission denied if required 1`] = `
{
aria-expanded="false"
aria-haspopup="true"
aria-label="Account menu"
- class="euiButtonEmpty euiButtonEmpty--text euiHeaderSectionItem__button"
+ class="euiButtonEmpty euiButtonEmpty--text euiHeaderSectionItemButton"
data-test-subj="userMenuButton"
type="button"
>
@@ -80,18 +80,22 @@ describe('SecurityNavControlService', () => {
-
-
- s
-
-
+
+ s
+
+
+
diff --git a/x-pack/plugins/security/server/authorization/__snapshots__/reset_session_page.test.tsx.snap b/x-pack/plugins/security/server/authorization/__snapshots__/reset_session_page.test.tsx.snap
index bcb8a6c975359..785c57490e8ef 100644
--- a/x-pack/plugins/security/server/authorization/__snapshots__/reset_session_page.test.tsx.snap
+++ b/x-pack/plugins/security/server/authorization/__snapshots__/reset_session_page.test.tsx.snap
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`ResetSessionPage renders as expected 1`] = `"MockedFontsYou do not have permission to access the requested page
Either go back to the previous page or log in as a different user.
"`;
+exports[`ResetSessionPage renders as expected 1`] = `"MockedFontsYou do not have permission to access the requested page
Either go back to the previous page or log in as a different user.
"`;
diff --git a/x-pack/plugins/security_solution/public/detections/components/rules/select_rule_type/index.tsx b/x-pack/plugins/security_solution/public/detections/components/rules/select_rule_type/index.tsx
index 64f0f5f65b1ee..5650c2c55488e 100644
--- a/x-pack/plugins/security_solution/public/detections/components/rules/select_rule_type/index.tsx
+++ b/x-pack/plugins/security_solution/public/detections/components/rules/select_rule_type/index.tsx
@@ -111,7 +111,6 @@ export const SelectRuleType: React.FC = ({
icon={}
selectable={querySelectableConfig}
layout="horizontal"
- textAlign="left"
/>
)}
@@ -131,7 +130,6 @@ export const SelectRuleType: React.FC = ({
isDisabled={mlSelectableConfig.isDisabled && !mlSelectableConfig.isSelected}
selectable={mlSelectableConfig}
layout="horizontal"
- textAlign="left"
/>
)}
@@ -145,7 +143,6 @@ export const SelectRuleType: React.FC = ({
icon={}
selectable={thresholdSelectableConfig}
layout="horizontal"
- textAlign="left"
/>
)}
@@ -159,7 +156,6 @@ export const SelectRuleType: React.FC = ({
icon={}
selectable={eqlSelectableConfig}
layout="horizontal"
- textAlign="left"
/>
)}
@@ -173,7 +169,6 @@ export const SelectRuleType: React.FC = ({
icon={}
selectable={threatMatchSelectableConfig}
layout="horizontal"
- textAlign="left"
/>
)}
diff --git a/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/trusted_apps_grid/__snapshots__/index.test.tsx.snap b/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/trusted_apps_grid/__snapshots__/index.test.tsx.snap
index efae0a4b8b3aa..220494b3a5694 100644
--- a/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/trusted_apps_grid/__snapshots__/index.test.tsx.snap
+++ b/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/trusted_apps_grid/__snapshots__/index.test.tsx.snap
@@ -2919,7 +2919,7 @@ exports[`TrustedAppsGrid renders correctly when loaded data 1`] = `
`;
@@ -44,7 +46,6 @@ exports[`renders with a space name entirely made of whitespace 1`] = `
= (props: Props) => {
const spaceColor = getSpaceColor(space);
+ const spaceInitials = getSpaceInitials(space);
+
+ const spaceImageUrl = getSpaceImageUrl(space);
+
+ const avatarConfig: Partial = spaceImageUrl
+ ? { imageUrl: spaceImageUrl }
+ : { initials: spaceInitials, initialsLength: MAX_SPACE_INITIALS };
+
return (
= (props: Props) => {
'aria-hidden': true,
})}
size={size || 'm'}
- initialsLength={MAX_SPACE_INITIALS}
- initials={getSpaceInitials(space)}
color={isValidHex(spaceColor) ? spaceColor : ''}
- imageUrl={getSpaceImageUrl(space)}
+ {...avatarConfig}
{...rest}
/>
);
diff --git a/x-pack/plugins/uptime/public/components/monitor/status_details/availability_reporting/__snapshots__/location_status_tags.test.tsx.snap b/x-pack/plugins/uptime/public/components/monitor/status_details/availability_reporting/__snapshots__/location_status_tags.test.tsx.snap
index 8e2a4b1bd1777..44a2021cce611 100644
--- a/x-pack/plugins/uptime/public/components/monitor/status_details/availability_reporting/__snapshots__/location_status_tags.test.tsx.snap
+++ b/x-pack/plugins/uptime/public/components/monitor/status_details/availability_reporting/__snapshots__/location_status_tags.test.tsx.snap
@@ -996,7 +996,7 @@ exports[`LocationStatusTags component renders when there are many location 1`] =
aria-controls="generated-id"
aria-current="true"
aria-label="Page 1 of 2"
- class="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--xSmall euiButtonEmpty-isDisabled euiPaginationButton euiPaginationButton-isActive euiPaginationButton--hideOnMobile"
+ class="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--small euiButtonEmpty-isDisabled euiPaginationButton euiPaginationButton-isActive euiPaginationButton--hideOnMobile"
data-test-subj="pagination-button-0"
disabled=""
type="button"
@@ -1018,7 +1018,7 @@ exports[`LocationStatusTags component renders when there are many location 1`] =