Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Ritvi Bhatt <[email protected]>
  • Loading branch information
Ritvi Bhatt committed Dec 5, 2024
1 parent 4178cea commit beafbd1
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ exports[`Datagrid Doc viewer row component Renders Doc viewer row component 1`]
>
<EuiSmallButtonIcon
aria-label="inspect document details"
data-test-subj="eventExplorer__flyout"
iconType="inspect"
onClick={[Function]}
>
<EuiButtonIcon
aria-label="inspect document details"
data-test-subj="eventExplorer__flyout"
iconType="inspect"
onClick={[Function]}
size="s"
>
<button
aria-label="inspect document details"
className="euiButtonIcon euiButtonIcon--primary euiButtonIcon--empty euiButtonIcon--small"
data-test-subj="eventExplorer__flyout"
disabled={false}
onClick={[Function]}
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<EuiButtonIcon
aria-label="inspect"
className="dscSidebarField__actionButton"
data-test-subj="field-agent-showDetails"
iconType="inspect"
isDisabled={true}
onClick={[Function]}
Expand Down Expand Up @@ -252,6 +253,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<EuiButtonIcon
aria-label="inspect"
className="dscSidebarField__actionButton"
data-test-subj="field-agent-showDetails"
iconType="inspect"
isDisabled={true}
onClick={[Function]}
Expand All @@ -260,6 +262,7 @@ exports[`Field component Renders a sidebar field 1`] = `
<button
aria-label="inspect"
className="euiButtonIcon euiButtonIcon-isDisabled euiButtonIcon--primary euiButtonIcon--empty euiButtonIcon--xSmall dscSidebarField__actionButton"
data-test-subj="field-agent-showDetails"
disabled={true}
onClick={[Function]}
type="button"
Expand Down
Loading

0 comments on commit beafbd1

Please sign in to comment.