Skip to content

Commit

Permalink
fix: update Tooltip snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jan 17, 2020
1 parent d6be669 commit fdd1a4d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@

exports[`<bolt-tooltip> Component Advanced usage: adding tooltip to button 1`] = `
<bolt-tooltip uuid="12345">
<replace-with-children class="c-bolt-tooltip ">
<replace-with-children class="c-bolt-tooltip c-bolt-tooltip--bottom ">
<replace-with-children role="button"
tabindex="0"
aria-describedby="js-bolt-tooltip-12345"
Expand All @@ -29,7 +29,7 @@ exports[`<bolt-tooltip> Component Advanced usage: adding tooltip to button 1`] =
exports[`<bolt-tooltip> Component Basic usage 1`] = `
<bolt-tooltip uuid="12345">
<replace-with-children class="c-bolt-tooltip c-bolt-tooltip--text-wrap c-bolt-tooltip--text-align-center">
<replace-with-children class="c-bolt-tooltip c-bolt-tooltip--bottom c-bolt-tooltip--text-wrap c-bolt-tooltip--text-align-center">
<replace-with-children role="button"
tabindex="0"
aria-describedby="js-bolt-tooltip-12345"
Expand Down Expand Up @@ -405,7 +405,7 @@ exports[`<bolt-tooltip> Component Placement of the tooltip bubble: top-start 1`]
exports[`<bolt-tooltip> Component UUID of the tooltip 1`] = `
<bolt-tooltip uuid="custom-unique-id">
<replace-with-children class="c-bolt-tooltip c-bolt-tooltip--text-wrap c-bolt-tooltip--text-align-center">
<replace-with-children class="c-bolt-tooltip c-bolt-tooltip--bottom c-bolt-tooltip--text-wrap c-bolt-tooltip--text-align-center">
<replace-with-children role="button"
tabindex="0"
aria-describedby="js-bolt-tooltip-custom-unique-id"
Expand Down

0 comments on commit fdd1a4d

Please sign in to comment.