Skip to content

Commit

Permalink
Merge branch 'opensearch-project:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mengweieric authored Oct 3, 2023
2 parents dc35c01 + 18256c5 commit 340057a
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ exports[`Field component Renders a sidebar field 1`] = `
data-test-subj="field-agent"
title="agent"
>
agent
<EuiText
size="xs"
>
agent
</EuiText>
</span>
}
isActive={false}
Expand Down Expand Up @@ -174,7 +178,11 @@ exports[`Field component Renders a sidebar field 1`] = `
data-test-subj="field-agent"
title="agent"
>
agent
<EuiText
size="xs"
>
agent
</EuiText>
</span>
}
isActive={false}
Expand Down Expand Up @@ -247,7 +255,15 @@ exports[`Field component Renders a sidebar field 1`] = `
data-test-subj="field-agent"
title="agent"
>
agent
<EuiText
size="xs"
>
<div
className="euiText euiText--extraSmall"
>
agent
</div>
</EuiText>
</span>
</span>
</button>
Expand Down
Loading

0 comments on commit 340057a

Please sign in to comment.