Skip to content

Commit

Permalink
add test element
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm committed May 5, 2023
1 parent 80c3b9e commit 245ba57
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ const StepAboutRuleToggleDetailsComponent: React.FC<StepPanelProps> = ({
{stepData != null && stepDataDetails != null && (
<EuiFlexGroup gutterSize="xs" direction="column" css={fullHeight}>
<EuiFlexItem grow={false} key="header">
<div
data-test-subj="test"
css={css`
padding-left: 200px;
`}
>
TEST
</div>
<HeaderSection title={i18n.ABOUT_TEXT}>
{toggleOptions.length > 0 && (
<EuiButtonGroup
Expand Down

0 comments on commit 245ba57

Please sign in to comment.