Skip to content

Commit

Permalink
Fix 2.15 integration test failures due to backport (#2000) (#2001)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 2a11d1d)

Co-authored-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Jun 12, 2024
1 parent 763b963 commit 77b6968
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export function AuditLogging(props: AuditLoggingProps) {
/>
<EuiPageHeader>
<EuiTitle size="l">
<h1>Audit Logging</h1>
<h3>Audit logging</h3>
</EuiTitle>
</EuiPageHeader>
<EuiSpacer />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ exports[`Audit logs render when AuditLoggingSettings.enabled is true 1`] = `
<EuiTitle
size="l"
>
<h1>
Audit Logging
</h1>
<h3>
Audit logging
</h3>
</EuiTitle>
</EuiPageHeader>
<EuiSpacer />
Expand Down Expand Up @@ -670,9 +670,9 @@ exports[`Audit logs should load access error component 1`] = `
<EuiTitle
size="l"
>
<h1>
Audit Logging
</h1>
<h3>
Audit logging
</h3>
</EuiTitle>
</EuiPageHeader>
<EuiSpacer />
Expand Down
2 changes: 1 addition & 1 deletion public/apps/configuration/panels/user-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function UserList(props: AppDependencies) {
href={buildHashUrl(ResourceType.users, Action.create)}
data-test-subj="create-user"
>
Create user account
Create internal user
</EuiButton>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 77b6968

Please sign in to comment.