Skip to content

Commit

Permalink
changed snapshot back
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
  • Loading branch information
sumukhswamy committed Aug 15, 2023
1 parent 2faaed9 commit 43d900a
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<React.Fragment>
<EuiButtonIcon
aria-labelledby="override_pattern"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="text"
data-test-subj="eventExplorer__overrideDefaultPattern"
iconType="inputOutput"
Expand All @@ -61,7 +61,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<React.Fragment>
<EuiButtonIcon
aria-label="Remove agent from table"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="danger"
data-test-subj="fieldToggle-agent"
iconType="cross"
Expand Down Expand Up @@ -95,7 +95,7 @@ exports[`Field component Renders a sidebar field 1`] = `
hasArrow={true}
isOpen={false}
ownFocus={true}
panelClassName="explorerSidebarItem__fieldPopoverPanel"
panelClassName="dscSidebarItem__fieldPopoverPanel"
panelPaddingSize="m"
>
<div
Expand All @@ -118,7 +118,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<React.Fragment>
<EuiButtonIcon
aria-labelledby="override_pattern"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="text"
data-test-subj="eventExplorer__overrideDefaultPattern"
iconType="inputOutput"
Expand All @@ -145,7 +145,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<React.Fragment>
<EuiButtonIcon
aria-label="Remove agent from table"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="danger"
data-test-subj="fieldToggle-agent"
iconType="cross"
Expand Down Expand Up @@ -260,7 +260,7 @@ exports[`Field component Renders a sidebar field 1`] = `
>
<EuiButtonIcon
aria-labelledby="override_pattern"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="text"
data-test-subj="eventExplorer__overrideDefaultPattern"
iconType="inputOutput"
Expand All @@ -269,7 +269,7 @@ exports[`Field component Renders a sidebar field 1`] = `
>
<button
aria-labelledby="override_pattern"
className="euiButtonIcon euiButtonIcon--text euiButtonIcon--empty euiButtonIcon--small explorerSidebarItem__action"
className="euiButtonIcon euiButtonIcon--text euiButtonIcon--empty euiButtonIcon--small dscSidebarItem__action"
data-test-subj="eventExplorer__overrideDefaultPattern"
disabled={false}
onClick={[Function]}
Expand Down Expand Up @@ -332,15 +332,15 @@ exports[`Field component Renders a sidebar field 1`] = `
>
<EuiButtonIcon
aria-label="Remove agent from table"
className="explorerSidebarItem__action"
className="dscSidebarItem__action"
color="danger"
data-test-subj="fieldToggle-agent"
iconType="cross"
onClick={[Function]}
>
<button
aria-label="Remove agent from table"
className="euiButtonIcon euiButtonIcon--danger euiButtonIcon--empty euiButtonIcon--xSmall explorerSidebarItem__action"
className="euiButtonIcon euiButtonIcon--danger euiButtonIcon--empty euiButtonIcon--xSmall dscSidebarItem__action"
data-test-subj="fieldToggle-agent"
disabled={false}
onClick={[Function]}
Expand Down

0 comments on commit 43d900a

Please sign in to comment.