Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina committed Oct 5, 2018
1 parent 6dc8de5 commit 2d32806
Showing 1 changed file with 27 additions and 31 deletions.
58 changes: 27 additions & 31 deletions __tests__/__snapshots__/snapshots.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`@financial-times/x-follow-button renders a default Follow Button x-follow-button 1`] = `
<div
data-x-dash-id=""
<form
action="/__myft/api/core/follow-plus-digest-email/00000-0000-00000-00000?method=put"
data-concept-id="00000-0000-00000-00000"
data-myft-ui="follow"
data-myft-ui-variant={true}
method="GET"
onSubmit={[Function]}
>
<form
action="/__myft/api/core/follow-plus-digest-email/00000-0000-00000-00000?method=put"
<input
data-myft-csrf-token={true}
name="token"
type="hidden"
value="testTokenValue"
/>
<button
aria-label="Add Test Name to MyFT"
aria-pressed="false"
className="main_button__3Mk67 undefined"
data-alternate-label="Remove Test Name from MyFT"
data-alternate-text="Added"
data-concept-id="00000-0000-00000-00000"
data-myft-ui="follow"
data-myft-ui-variant={true}
method="GET"
onSubmit={[Function]}
data-trackable="follow"
data-trackable-context-messaging="add-to-myft-plus-digest-button"
onClick={[Function]}
title="Add Test Name to MyFT"
type="submit"
>
<input
data-myft-csrf-token={true}
name="token"
type="hidden"
value="testTokenValue"
/>
<button
aria-label="Add Test Name to MyFT"
aria-pressed="false"
className="main_button__3Mk67 undefined"
data-alternate-label="Remove Test Name from MyFT"
data-alternate-text="Added"
data-concept-id="00000-0000-00000-00000"
data-trackable="follow"
data-trackable-context-messaging="add-to-myft-plus-digest-button"
onClick={[Function]}
title="Add Test Name to MyFT"
type="submit"
>
Add to myFT
</button>
</form>
</div>
Add to myFT
</button>
</form>
`;

exports[`@financial-times/x-increment renders a default Async x-increment 1`] = `
Expand Down

0 comments on commit 2d32806

Please sign in to comment.