From 59633d463dfb9cb0614b21fc32fc293d07c8f067 Mon Sep 17 00:00:00 2001 From: Ingyu Woo Date: Thu, 23 Aug 2018 14:55:06 -0700 Subject: [PATCH] fix(csv-entry): update story for CsvEntry help message updated --- .../__tests__/__snapshots__/CsvEntry.test.tsx.snap | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/CsvEntry/__tests__/__snapshots__/CsvEntry.test.tsx.snap b/src/CsvEntry/__tests__/__snapshots__/CsvEntry.test.tsx.snap index 28d4b131..01c7327a 100644 --- a/src/CsvEntry/__tests__/__snapshots__/CsvEntry.test.tsx.snap +++ b/src/CsvEntry/__tests__/__snapshots__/CsvEntry.test.tsx.snap @@ -23,7 +23,9 @@ exports[`CsvEntry calls handle csv blur 1`] = ` } helpText={

- 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, +
+ Enter namespace, item id, and section for the namespace which doesn't have a bank key.

} /> @@ -59,7 +61,9 @@ exports[`CsvEntry calls handle csv change 1`] = ` } helpText={

- 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, +
+ Enter namespace, item id, and section for the namespace which doesn't have a bank key.

} /> @@ -96,7 +100,9 @@ exports[`CsvEntry matches snapshot 1`] = ` } helpText={

- 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, +
+ Enter namespace, item id, and section for the namespace which doesn't have a bank key.

} />