Skip to content

Commit

Permalink
update snapshot to fix tests
Browse files Browse the repository at this point in the history
 🐿 v2.8.0
  • Loading branch information
Katerina committed May 25, 2018
1 parent 9660104 commit 92801c8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions __tests__/__snapshots__/snapshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

exports[`x-follow-button renders a default Follow Button teaser 1`] = `
<div>
<link
href="https://www.ft.com/__assets/hashed/myft-page/122f7503/main.css"
rel="stylesheet"
type="text/css"
/>
<form
action="/__myft/api/core/follow-plus-digest-email/00000-0000-00000-00000?method=put"
class="n-myft-ui n-myft-ui--follow {{extraClasses}}"
className="n-myft-ui n-myft-ui--follow {{extraClasses}}"
data-concept-id="00000-0000-00000-00000"
data-myft-ui="follow"
data-myft-ui-variant={true}
Expand All @@ -19,9 +24,9 @@ exports[`x-follow-button renders a default Follow Button teaser 1`] = `
<button
aria-label="Add"
aria-pressed="false"
class="null
n-myft-follow-button
n-myft-follow-button--null"
className="
n-myft-follow-button
"
data-alternate-label="Remove"
data-alternate-text="Added"
data-concept-id="00000-0000-00000-00000"
Expand Down

0 comments on commit 92801c8

Please sign in to comment.