Skip to content

Commit

Permalink
test: update yarn snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
efloden committed Feb 26, 2018
1 parent 1ff21c9 commit 5febb57
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -1920,6 +1920,7 @@ exports[`Frontend Storyshots EditableText editing 1`] = `
autoFocus={false}
className="textInput"
id={undefined}
maxLength={255}
onBlur={[Function]}
onChange={undefined}
onFocus={[Function]}
Expand Down Expand Up @@ -18239,6 +18240,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -18370,6 +18372,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -18501,6 +18504,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -18632,6 +18636,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -18763,6 +18768,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -18894,6 +18900,7 @@ exports[`Frontend Storyshots RejectionsForm Admin screen 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -19081,6 +19088,7 @@ exports[`Frontend Storyshots RejectionsForm commentRequired 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -19215,6 +19223,7 @@ exports[`Frontend Storyshots RejectionsForm read only 1`] = `
autoFocus={undefined}
className="textInput"
id={undefined}
maxLength={undefined}
onBlur={undefined}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -24415,6 +24424,7 @@ exports[`Frontend Storyshots TextInput default 1`] = `
autoFocus={undefined}
className="textInput"
id="demo"
maxLength={100}
onBlur={undefined}
onChange={undefined}
onFocus={[Function]}
Expand Down

0 comments on commit 5febb57

Please sign in to comment.