Skip to content

Commit

Permalink
Rebase with latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Jan 13, 2020
1 parent a9d6e61 commit 5752fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ exports[`Storyshots Components/Button Disabled 1`] = `
</button>
`;

exports[`Storyshots Components|Button Disabled Focusable 1`] = `
exports[`Storyshots Components/Button Disabled Focusable 1`] = `
<button
aria-disabled={true}
className="components-button"
Expand All @@ -576,7 +576,7 @@ exports[`Storyshots Components|Button Disabled Focusable 1`] = `
</button>
`;

exports[`Storyshots Components|Button Disabled Focusable Icon 1`] = `
exports[`Storyshots Components/Button Disabled Focusable Icon 1`] = `
<button
aria-disabled={true}
aria-label="More"
Expand Down

0 comments on commit 5752fc8

Please sign in to comment.