Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
fix(csv-entry): update story for CsvEntry help message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingyu Woo committed Aug 23, 2018
1 parent c09718a commit 59633d4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/CsvEntry/__tests__/__snapshots__/CsvEntry.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ exports[`CsvEntry calls handle csv blur 1`] = `
}
helpText={
<p>
Enter namespace, bank key, item id, and section for the items you would like to add
Enter namespace, bank key, item id, and section for the namespace which has a bank key. Or,
<br />
Enter namespace, item id, and section for the namespace which doesn't have a bank key.
</p>
}
/>
Expand Down Expand Up @@ -59,7 +61,9 @@ exports[`CsvEntry calls handle csv change 1`] = `
}
helpText={
<p>
Enter namespace, bank key, item id, and section for the items you would like to add
Enter namespace, bank key, item id, and section for the namespace which has a bank key. Or,
<br />
Enter namespace, item id, and section for the namespace which doesn't have a bank key.
</p>
}
/>
Expand Down Expand Up @@ -96,7 +100,9 @@ exports[`CsvEntry matches snapshot 1`] = `
}
helpText={
<p>
Enter namespace, bank key, item id, and section for the items you would like to add
Enter namespace, bank key, item id, and section for the namespace which has a bank key. Or,
<br />
Enter namespace, item id, and section for the namespace which doesn't have a bank key.
</p>
}
/>
Expand Down

0 comments on commit 59633d4

Please sign in to comment.