Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 23, 2020
1 parent 5b3276e commit defed0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ exports[`TooltipDefinition should allow the user to specify the direction 1`] =
>
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
>
<button
aria-describedby="definition-tooltip-3"
className="bx--tooltip__trigger bx--tooltip--a11y bx--tooltip__trigger--definition bx--tooltip--top bx--tooltip--align-start"
onFocus={[Function]}
>
tooltip trigger
</button>
Expand All @@ -36,10 +38,12 @@ exports[`TooltipDefinition should render 1`] = `
>
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
>
<button
aria-describedby="definition-tooltip-1"
className="bx--tooltip__trigger bx--tooltip--a11y bx--tooltip__trigger--definition bx--tooltip--bottom bx--tooltip--align-start"
onFocus={[Function]}
>
tooltip trigger
</button>
Expand All @@ -64,10 +68,12 @@ exports[`TooltipDefinition should support a custom trigger element class 1`] = `
>
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
>
<button
aria-describedby="definition-tooltip-2"
className="bx--tooltip__trigger bx--tooltip--a11y bx--tooltip__trigger--definition custom-trigger-class bx--tooltip--bottom bx--tooltip--align-start"
onFocus={[Function]}
>
tooltip trigger
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ exports[`TooltipIcon should allow the user to specify the direction 1`] = `
<button
aria-describedby="icon-tooltip-4"
className="bx--tooltip__trigger bx--tooltip--a11y custom-class bx--tooltip--top bx--tooltip--align-center"
onFocus={[Function]}
onMouseEnter={[Function]}
>
<span
className="bx--assistive-text"
Expand All @@ -32,6 +34,8 @@ exports[`TooltipIcon should render 1`] = `
<button
aria-describedby="icon-tooltip-1"
className="bx--tooltip__trigger bx--tooltip--a11y custom-class bx--tooltip--bottom bx--tooltip--align-center"
onFocus={[Function]}
onMouseEnter={[Function]}
>
<span
className="bx--assistive-text"
Expand Down

0 comments on commit defed0c

Please sign in to comment.