From 472a30d3fa65c2e58ff2a7e8681b8f2dc2195f98 Mon Sep 17 00:00:00 2001 From: Cesar Benavides Date: Sat, 6 Mar 2021 09:42:56 -0600 Subject: [PATCH] feat: adding text field multiline --- .jest-test-results.json | 2 +- .../TextFieldMultiline/TextFieldMultiline.js | 145 ++++++++++++++++++ .../TextFieldMultiline.scss | 66 ++++++++ .../TextFieldMultiline.stories.js | 67 ++++++++ .../TextFieldMultiline.test.js | 30 ++++ .../TextFieldMultiline.test.js.snap | 105 +++++++++++++ .../FormFields/TextFieldMultiline/index.js | 1 + src/styles/variables/_media-queries.scss | 2 +- 8 files changed, 416 insertions(+), 2 deletions(-) create mode 100644 src/components/FormFields/TextFieldMultiline/TextFieldMultiline.js create mode 100644 src/components/FormFields/TextFieldMultiline/TextFieldMultiline.scss create mode 100644 src/components/FormFields/TextFieldMultiline/TextFieldMultiline.stories.js create mode 100644 src/components/FormFields/TextFieldMultiline/TextFieldMultiline.test.js create mode 100644 src/components/FormFields/TextFieldMultiline/__snapshots__/TextFieldMultiline.test.js.snap create mode 100644 src/components/FormFields/TextFieldMultiline/index.js diff --git a/.jest-test-results.json b/.jest-test-results.json index 50c23df..809daf4 100644 --- a/.jest-test-results.json +++ b/.jest-test-results.json @@ -1 +1 @@ -{"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":52,"numPassedTests":188,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":52,"numTotalTests":188,"openHandles":[],"snapshot":{"added":0,"didUpdate":true,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":142,"total":142,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1614716841898,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":["ContentPanels"],"failureMessages":[],"fullName":"ContentPanels renders invalid child, prompts error message ","location":null,"status":"passed","title":"renders invalid child, prompts error message "},{"ancestorTitles":["ContentPanels"],"failureMessages":[],"fullName":"ContentPanels renders 3 panels component","location":null,"status":"passed","title":"renders 3 panels component"}],"endTime":1614716848629,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/ContentPanels/ContentPanels.test.js","startTime":1614716843668,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["The ColorPaletteSwatch Component"],"failureMessages":[],"fullName":"The ColorPaletteSwatch Component getTextColorBasedOnColorBrightness function returns the correct hex","location":null,"status":"passed","title":"getTextColorBasedOnColorBrightness function returns the correct hex"},{"ancestorTitles":["The ColorPaletteSwatch Component"],"failureMessages":[],"fullName":"The ColorPaletteSwatch Component hexConvert function throws an error if the component has a missing/invalid hex prop","location":null,"status":"passed","title":"hexConvert function throws an error if the component has a missing/invalid hex prop"},{"ancestorTitles":["The ColorPaletteSwatch Component"],"failureMessages":[],"fullName":"The ColorPaletteSwatch Component hexConvert successfully converts a hex string into the correct rgb string","location":null,"status":"passed","title":"hexConvert successfully converts a hex string into the correct rgb string"},{"ancestorTitles":["The ColorPaletteSwatch Component"],"failureMessages":[],"fullName":"The ColorPaletteSwatch Component renders successfully","location":null,"status":"passed","title":"renders successfully"},{"ancestorTitles":["The ColorPalette Component"],"failureMessages":[],"fullName":"The ColorPalette Component renders successfully","location":null,"status":"passed","title":"renders successfully"},{"ancestorTitles":["The ColorPalette Component"],"failureMessages":[],"fullName":"The ColorPalette Component renders different colors based on the theme prop","location":null,"status":"passed","title":"renders different colors based on the theme prop"}],"endTime":1614716848910,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/Overview/DesignTokens/ColorPalette/ColorPalette.test.js","startTime":1614716843659,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["
"],"failureMessages":[],"fullName":"
should render content ","location":null,"status":"passed","title":"should render content "},{"ancestorTitles":["
"],"failureMessages":[],"fullName":"
test \"onClick\" prop","location":null,"status":"passed","title":"test \"onClick\" prop"},{"ancestorTitles":["
"],"failureMessages":[],"fullName":"
test address format","location":null,"status":"passed","title":"test address format"},{"ancestorTitles":["
"],"failureMessages":[],"fullName":"
test city state zip format","location":null,"status":"passed","title":"test city state zip format"}],"endTime":1614716849025,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Address/Address.test.js","startTime":1614716843671,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render","location":null,"status":"passed","title":"Should render"}],"endTime":1614716849324,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Licensing/Licensing.test.js","startTime":1614716843681,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" correctly displays initial count values","location":null,"status":"passed","title":"correctly displays initial count values"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" calls \"handle click\" prop on like/dislike button click","location":null,"status":"passed","title":"calls \"handle click\" prop on like/dislike button click"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" renders like and dislike buttons successfully","location":null,"status":"passed","title":"renders like and dislike buttons successfully"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render ","location":null,"status":"passed","title":"should render "}],"endTime":1614716849627,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/LikeButtons/LikeButtons.test.js","startTime":1614716843660,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" should not render when no props are provided","location":null,"status":"passed","title":"should not render when no props are provided"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should not render when an invalid prop is provided","location":null,"status":"passed","title":"should not render when an invalid prop is provided"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should not render when \"variant\" is provided an invalid variant","location":null,"status":"passed","title":"should not render when \"variant\" is provided an invalid variant"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with no text","location":null,"status":"passed","title":"should render with no text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with text","location":null,"status":"passed","title":"should render with text"},{"ancestorTitles":[" variant \"% s\""],"failureMessages":[],"fullName":" variant \"% s\" should render with color prop passed","location":null,"status":"passed","title":"should render with color prop passed"}],"endTime":1614716850277,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Typography/Typography.test.js","startTime":1614716848658,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["TagList"],"failureMessages":[],"fullName":"TagList renders","location":null,"status":"passed","title":"renders"},{"ancestorTitles":["TagList"],"failureMessages":[],"fullName":"TagList has the correct classes","location":null,"status":"passed","title":"has the correct classes"},{"ancestorTitles":["TagList"],"failureMessages":[],"fullName":"TagList has the correct number of tag items, correct links, correct names, correct number of buttons, and no tag items.","location":null,"status":"passed","title":"has the correct number of tag items, correct links, correct names, correct number of buttons, and no tag items."},{"ancestorTitles":["TagList"],"failureMessages":[],"fullName":"TagList calls \"onClick\" prop on button click","location":null,"status":"passed","title":"calls \"onClick\" prop on button click"},{"ancestorTitles":["TagList"],"failureMessages":[],"fullName":"TagList has the correct tag items","location":null,"status":"passed","title":"has the correct tag items"}],"endTime":1614716850332,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/TagList/TagList.test.js","startTime":1614716843680,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" correctly renders progress in percentage-bar width","location":null,"status":"passed","title":"correctly renders progress in percentage-bar width"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" correctly renders completed progress bar","location":null,"status":"passed","title":"correctly renders completed progress bar"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" correctly renders zero progress","location":null,"status":"passed","title":"correctly renders zero progress"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" renders with invalid value (\"0\") for progressComplete","location":null,"status":"passed","title":"renders with invalid value (\"0\") for progressComplete"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" renders successfully","location":null,"status":"passed","title":"renders successfully"}],"endTime":1614716850517,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/ProgressBar/ProgressBar.test.js","startTime":1614716849075,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Breadcrumbs component"],"failureMessages":[],"fullName":"Breadcrumbs component should render the correct crumbItems","location":null,"status":"passed","title":"should render the correct crumbItems"},{"ancestorTitles":["Breadcrumbs component"],"failureMessages":[],"fullName":"Breadcrumbs component accepts a custom aria label for the nav","location":null,"status":"passed","title":"accepts a custom aria label for the nav"},{"ancestorTitles":["Breadcrumbs component"],"failureMessages":[],"fullName":"Breadcrumbs component matches previous snapshot","location":null,"status":"passed","title":"matches previous snapshot"}],"endTime":1614716850680,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Breadcrumbs/Breadcrumbs.test.js","startTime":1614716848953,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["BreadcrumbItems component"],"failureMessages":[],"fullName":"BreadcrumbItems component should render the correct title","location":null,"status":"passed","title":"should render the correct title"},{"ancestorTitles":["BreadcrumbItems component"],"failureMessages":[],"fullName":"BreadcrumbItems component should render an anchor with the right target","location":null,"status":"passed","title":"should render an anchor with the right target"},{"ancestorTitles":["BreadcrumbItems component"],"failureMessages":[],"fullName":"BreadcrumbItems component should render an anchor with the right rel","location":null,"status":"passed","title":"should render an anchor with the right rel"},{"ancestorTitles":["BreadcrumbItems component"],"failureMessages":[],"fullName":"BreadcrumbItems component matches previous snapshot","location":null,"status":"passed","title":"matches previous snapshot"}],"endTime":1614716850857,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Breadcrumbs/BreadcrumbItem.test.js","startTime":1614716849446,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button renders Button component","location":null,"status":"passed","title":"renders Button component"},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button should have a class of \"btn\"","location":null,"status":"passed","title":"should have a class of \"btn\""},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button renders a label within the button","location":null,"status":"passed","title":"renders a label within the button"},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button calls \"onClick\" prop on button click","location":null,"status":"passed","title":"calls \"onClick\" prop on button click"}],"endTime":1614716850946,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Button/Button.test.js","startTime":1614716849649,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" renders","location":null,"status":"passed","title":"renders"}],"endTime":1614716851596,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/SegmentedControl/SegmentedControl.test.js","startTime":1614716850394,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render","location":null,"status":"passed","title":"Should render"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should not render icon or subhead","location":null,"status":"passed","title":"Should not render icon or subhead"}],"endTime":1614716851684,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/SimpleContent/SimpleContent.test.js","startTime":1614716850453,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Range"],"failureMessages":[],"fullName":"Range renders Range component","location":null,"status":"passed","title":"renders Range component"},{"ancestorTitles":["Range"],"failureMessages":[],"fullName":"Range renders with value label\"","location":null,"status":"passed","title":"renders with value label\""},{"ancestorTitles":["Range"],"failureMessages":[],"fullName":"Range renders with formik\"","location":null,"status":"passed","title":"renders with formik\""}],"endTime":1614716851838,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/Range/Range.test.js","startTime":1614716850555,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render","location":null,"status":"passed","title":"Should render"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render card style","location":null,"status":"passed","title":"Should render card style"}],"endTime":1614716851852,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/RadioButton/RadioButton.test.js","startTime":1614716850706,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" props should render down to ","location":null,"status":"passed","title":"props should render down to "},{"ancestorTitles":[""],"failureMessages":[],"fullName":" soucre tags should render","location":null,"status":"passed","title":"soucre tags should render"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" picture attributes should render","location":null,"status":"passed","title":"picture attributes should render"}],"endTime":1614716851862,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Image/Image.test.js","startTime":1614716850974,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render","location":null,"status":"passed","title":"Should render"}],"endTime":1614716851933,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/TextField/TextField.test.js","startTime":1614716850889,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render Default","location":null,"status":"passed","title":"Should render Default"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render Font Dropdown","location":null,"status":"passed","title":"Should render Font Dropdown"}],"endTime":1614716852893,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/Dropdown/Dropdown.test.js","startTime":1614716851867,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["IconButton"],"failureMessages":[],"fullName":"IconButton should render","location":null,"status":"passed","title":"should render"}],"endTime":1614716853072,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/IconButton/IconButton.test.js","startTime":1614716851972,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render ","location":null,"status":"passed","title":"should render "}],"endTime":1614716853081,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/FormFields/ToggleSwitch/ToggleSwitch.test.js","startTime":1614716852047,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render the component with minimum required props (to, title)","location":null,"status":"passed","title":"Should render the component with minimum required props (to, title)"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should find and click of the component , based on text-query, resulting in page load of https://osilife.com/","location":null,"status":"passed","title":"Should find and click of the component , based on text-query, resulting in page load of https://osilife.com/"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" Should render an icon within the component , with required props (to, title)","location":null,"status":"passed","title":"Should render an icon within the component , with required props (to, title)"}],"endTime":1614716853262,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/TextLink/TextLink.test.js","startTime":1614716852048,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" renders and matches snapshot","location":null,"status":"passed","title":"renders and matches snapshot"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" has correct class and color","location":null,"status":"passed","title":"has correct class and color"}],"endTime":1614716853272,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/InfoBadge/InfoBadge.test.js","startTime":1614716852193,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render","location":null,"status":"passed","title":"should render"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render with correct icon, color and size classes","location":null,"status":"passed","title":"should render with correct icon, color and size classes"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render with correct error and disabled states","location":null,"status":"passed","title":"should render with correct error and disabled states"},{"ancestorTitles":[""],"failureMessages":[],"fullName":" should render default badge, correct class, correct color, correct count","location":null,"status":"passed","title":"should render default badge, correct class, correct color, correct count"}],"endTime":1614716853291,"message":"","name":"/Users/CESARMAC/Desktop/NT/ENV/osi/osi-dls/src/components/Icon/Icon.test.js","startTime":1614716852099,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["