Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 19, 2023
1 parent 6bd050f commit 7d184de
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`CollapsedItemActions render 1`] = `
class="euiPopover__anchor css-16vtueo-render"
>
<span
class="euiToolTipAnchor emotion-euiToolTipAnchor-inlineBlock"
class="euiToolTipAnchor emotion-euiToolTipAnchor-inlineBlock-euiBasicTableActionsToolTipWrapper"
>
<button
aria-label="All actions"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

exports[`DefaultItemAction render - button 1`] = `
<EuiToolTip
anchorProps={
Object {
"css": Object {
"name": "7hxl6g-euiBasicTableActionsToolTipWrapper",
"styles": "line-height:1;label:euiBasicTableActionsToolTipWrapper;",
"toString": [Function],
},
}
}
content="action 1"
delay="long"
display="inlineBlock"
Expand All @@ -21,6 +30,15 @@ exports[`DefaultItemAction render - button 1`] = `

exports[`DefaultItemAction render - default button 1`] = `
<EuiToolTip
anchorProps={
Object {
"css": Object {
"name": "7hxl6g-euiBasicTableActionsToolTipWrapper",
"styles": "line-height:1;label:euiBasicTableActionsToolTipWrapper;",
"toString": [Function],
},
}
}
content="action 1"
delay="long"
display="inlineBlock"
Expand All @@ -40,6 +58,15 @@ exports[`DefaultItemAction render - default button 1`] = `

exports[`DefaultItemAction render - icon 1`] = `
<EuiToolTip
anchorProps={
Object {
"css": Object {
"name": "7hxl6g-euiBasicTableActionsToolTipWrapper",
"styles": "line-height:1;label:euiBasicTableActionsToolTipWrapper;",
"toString": [Function],
},
}
}
content="action 1"
delay="long"
display="inlineBlock"
Expand All @@ -66,6 +93,15 @@ exports[`DefaultItemAction render - icon 1`] = `

exports[`DefaultItemAction render - name 1`] = `
<EuiToolTip
anchorProps={
Object {
"css": Object {
"name": "7hxl6g-euiBasicTableActionsToolTipWrapper",
"styles": "line-height:1;label:euiBasicTableActionsToolTipWrapper;",
"toString": [Function],
},
}
}
content="action 1"
delay="long"
display="inlineBlock"
Expand Down

0 comments on commit 7d184de

Please sign in to comment.