Skip to content

Commit e32f6e9

Browse files
committed
Fix 2.15 integration test failures due to backport
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent 763b963 commit e32f6e9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

public/apps/configuration/panels/audit-logging/audit-logging.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export function AuditLogging(props: AuditLoggingProps) {
260260
/>
261261
<EuiPageHeader>
262262
<EuiTitle size="l">
263-
<h1>Audit Logging</h1>
263+
<h3>Audit logging</h3>
264264
</EuiTitle>
265265
</EuiPageHeader>
266266
<EuiSpacer />

public/apps/configuration/panels/audit-logging/test/__snapshots__/audit-logging.test.tsx.snap

+6-6
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ exports[`Audit logs render when AuditLoggingSettings.enabled is true 1`] = `
260260
<EuiTitle
261261
size="l"
262262
>
263-
<h1>
264-
Audit Logging
265-
</h1>
263+
<h3>
264+
Audit logging
265+
</h3>
266266
</EuiTitle>
267267
</EuiPageHeader>
268268
<EuiSpacer />
@@ -670,9 +670,9 @@ exports[`Audit logs should load access error component 1`] = `
670670
<EuiTitle
671671
size="l"
672672
>
673-
<h1>
674-
Audit Logging
675-
</h1>
673+
<h3>
674+
Audit logging
675+
</h3>
676676
</EuiTitle>
677677
</EuiPageHeader>
678678
<EuiSpacer />

public/apps/configuration/panels/user-list.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export function UserList(props: AppDependencies) {
256256
href={buildHashUrl(ResourceType.users, Action.create)}
257257
data-test-subj="create-user"
258258
>
259-
Create user account
259+
Create internal user
260260
</EuiButton>
261261
</EuiFlexItem>
262262
</EuiFlexGroup>

0 commit comments

Comments
 (0)