-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jest-test-results.json
1 lines (1 loc) · 49.4 KB
/
.jest-test-results.json
1
{"numFailedTestSuites":1,"numFailedTests":1,"numPassedTestSuites":33,"numPassedTests":162,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":34,"numTotalTests":163,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":77,"total":77,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1591035435955,"success":false,"testResults":[{"assertionResults":[{"ancestorTitles":["CountdownTimerUtils","calculateCountdown with no difference between dates"],"failureMessages":[],"fullName":"CountdownTimerUtils calculateCountdown with no difference between dates calculateCountdown returns always 5 elements on array","location":null,"status":"passed","title":"calculateCountdown returns always 5 elements on array"},{"ancestorTitles":["CountdownTimerUtils","calculateCountdown with no difference between dates"],"failureMessages":[],"fullName":"CountdownTimerUtils calculateCountdown with no difference between dates calculateCountdown returns all elements on array with 0","location":null,"status":"passed","title":"calculateCountdown returns all elements on array with 0"},{"ancestorTitles":["CountdownTimerUtils","calculateCountdown with different dates"],"failureMessages":[],"fullName":"CountdownTimerUtils calculateCountdown with different dates calculateCountdown returns always 5 elements on array","location":null,"status":"passed","title":"calculateCountdown returns always 5 elements on array"},{"ancestorTitles":["CountdownTimerUtils","calculateCountdown with different dates"],"failureMessages":["Error: \u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoEqual\u001b[2m(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m) // deep equality\u001b[22m\n\n\u001b[32m- Expected\u001b[39m\n\u001b[31m+ Received\u001b[39m\n\n\u001b[2m Array [\u001b[22m\n\u001b[2m 1,\u001b[22m\n\u001b[2m 95,\u001b[22m\n\u001b[32m- 10,\u001b[39m\n\u001b[31m+ 9,\u001b[39m\n\u001b[2m 49,\u001b[22m\n\u001b[2m 43,\u001b[22m\n\u001b[2m ]\u001b[22m\n at Object.<anonymous> (/Users/rin/code/AIME/blueprint/src/lib/components/countdownTimer/countdownTimerUtils.ignore.test.js:38:22)\n at Object.asyncJestTest (/Users/rin/code/AIME/blueprint/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:102:37)\n at /Users/rin/code/AIME/blueprint/node_modules/jest-jasmine2/build/queueRunner.js:43:12\n at new Promise (<anonymous>)\n at mapper (/Users/rin/code/AIME/blueprint/node_modules/jest-jasmine2/build/queueRunner.js:26:19)\n at /Users/rin/code/AIME/blueprint/node_modules/jest-jasmine2/build/queueRunner.js:73:41\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"],"fullName":"CountdownTimerUtils calculateCountdown with different dates calculateCountdown returns calculated time correctly in the array","location":null,"status":"failed","title":"calculateCountdown returns calculated time correctly in the array"}],"endTime":1591035446723,"message":"\u001b[1m\u001b[31m \u001b[1m● \u001b[1mCountdownTimerUtils › calculateCountdown with different dates › calculateCountdown returns calculated time correctly in the array\u001b[39m\u001b[22m\n\n \u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoEqual\u001b[2m(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m) // deep equality\u001b[22m\n\n \u001b[32m- Expected\u001b[39m\n \u001b[31m+ Received\u001b[39m\n\n \u001b[2m Array [\u001b[22m\n \u001b[2m 1,\u001b[22m\n \u001b[2m 95,\u001b[22m\n \u001b[32m- 10,\u001b[39m\n \u001b[31m+ 9,\u001b[39m\n \u001b[2m 49,\u001b[22m\n \u001b[2m 43,\u001b[22m\n \u001b[2m ]\u001b[22m\n\u001b[2m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m 36 | \u001b[39m it(\u001b[32m'calculateCountdown returns calculated time correctly in the array'\u001b[39m\u001b[33m,\u001b[39m () \u001b[33m=>\u001b[39m {\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m 37 | \u001b[39m \u001b[36mconst\u001b[39m result \u001b[33m=\u001b[39m calculateCountdown(endDate\u001b[33m,\u001b[39m startDate)\u001b[33m;\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m\u001b[31m\u001b[1m>\u001b[2m\u001b[39m\u001b[90m 38 | \u001b[39m expect(result)\u001b[33m.\u001b[39mtoEqual([\u001b[35m1\u001b[39m\u001b[33m,\u001b[39m \u001b[35m95\u001b[39m\u001b[33m,\u001b[39m \u001b[35m10\u001b[39m\u001b[33m,\u001b[39m \u001b[35m49\u001b[39m\u001b[33m,\u001b[39m \u001b[35m43\u001b[39m])\u001b[33m;\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m | \u001b[39m \u001b[31m\u001b[1m^\u001b[2m\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m 39 | \u001b[39m })\u001b[33m;\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m 40 | \u001b[39m })\u001b[33m;\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m \u001b[0m \u001b[90m 41 | \u001b[39m})\u001b[33m;\u001b[39m\u001b[0m\u001b[22m\n\u001b[2m\u001b[22m\n\u001b[2m \u001b[2mat Object.<anonymous> (\u001b[2m\u001b[0m\u001b[36msrc/lib/components/countdownTimer/countdownTimerUtils.ignore.test.js\u001b[39m\u001b[0m\u001b[2m:38:22)\u001b[2m\u001b[22m\n","name":"/Users/rin/code/AIME/blueprint/src/lib/components/countdownTimer/countdownTimerUtils.ignore.test.js","startTime":1591035438394,"status":"failed","summary":""},{"assertionResults":[{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly with required","location":null,"status":"passed","title":"renders properly with required"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly with required and a value","location":null,"status":"passed","title":"renders properly with required and a value"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly when it is disabled","location":null,"status":"passed","title":"renders properly when it is disabled"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly when type is number","location":null,"status":"passed","title":"renders properly when type is number"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly when different theme","location":null,"status":"passed","title":"renders properly when different theme"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly when it has an error","location":null,"status":"passed","title":"renders properly when it has an error"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly with helper text","location":null,"status":"passed","title":"renders properly with helper text"},{"ancestorTitles":["LabeledTextarea"],"failureMessages":[],"fullName":"LabeledTextarea renders properly with error and helper text","location":null,"status":"passed","title":"renders properly with error and helper text"}],"endTime":1591035447674,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/labeledTextarea/labeledTextarea.test.js","startTime":1591035438621,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Textarea"],"failureMessages":[],"fullName":"Textarea renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035448002,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/textarea/textarea.test.js","startTime":1591035438619,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly with all props used","location":null,"status":"passed","title":"renders properly with all props used"},{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly with all props used","location":null,"status":"passed","title":"renders properly with all props used"},{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly with all props used","location":null,"status":"passed","title":"renders properly with all props used"},{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly only with pdf value, without checkbox","location":null,"status":"passed","title":"renders properly only with pdf value, without checkbox"},{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly with pdf, and checkbox","location":null,"status":"passed","title":"renders properly with pdf, and checkbox"},{"ancestorTitles":["TermsAndConditions"],"failureMessages":[],"fullName":"TermsAndConditions renders properly with paragraph props","location":null,"status":"passed","title":"renders properly with paragraph props"}],"endTime":1591035448037,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/termsAndConditions/termsAndConditions.test.js","startTime":1591035438601,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Validation Required","It should return a message error when"],"failureMessages":[],"fullName":"Validation Required It should return a message error when a field is empty string","location":null,"status":"passed","title":"a field is empty string"},{"ancestorTitles":["Validation Required","It should return a message error when"],"failureMessages":[],"fullName":"Validation Required It should return a message error when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validation Required","It should return a message error when"],"failureMessages":[],"fullName":"Validation Required It should return a message error when a field is null and it has a custom message","location":null,"status":"passed","title":"a field is null and it has a custom message"},{"ancestorTitles":["Validation Required","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validation Required It should success (return undefined) when a field is required and it is not empty","location":null,"status":"passed","title":"a field is required and it is not empty"},{"ancestorTitles":["Validation Required","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validation Required It should success (return undefined) when a field is required and it is a number","location":null,"status":"passed","title":"a field is required and it is a number"},{"ancestorTitles":["Validation Required Under Condition","If the condition is true","It should return an error message when"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is true It should return an error message when a field is empty string","location":null,"status":"passed","title":"a field is empty string"},{"ancestorTitles":["Validation Required Under Condition","If the condition is true","It should return an error message when"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is true It should return an error message when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validation Required Under Condition","If the condition is true","It should return an error message when"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is true It should return an error message when a field is null and it has a custom message","location":null,"status":"passed","title":"a field is null and it has a custom message"},{"ancestorTitles":["Validation Required Under Condition","If the condition is true","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is true It should success (return undefined) when a field is required and it is not empty","location":null,"status":"passed","title":"a field is required and it is not empty"},{"ancestorTitles":["Validation Required Under Condition","If the condition is true","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is true It should success (return undefined) when a field is required and it is a number","location":null,"status":"passed","title":"a field is required and it is a number"},{"ancestorTitles":["Validation Required Under Condition","If the condition is false","It should never return an error"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is false It should never return an error a field is empty string","location":null,"status":"passed","title":"a field is empty string"},{"ancestorTitles":["Validation Required Under Condition","If the condition is false","It should never return an error"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is false It should never return an error a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validation Required Under Condition","If the condition is false","It should never return an error"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is false It should never return an error a field is null and it has a custom message","location":null,"status":"passed","title":"a field is null and it has a custom message"},{"ancestorTitles":["Validation Required Under Condition","If the condition is false","It should never return an error"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is false It should never return an error a field is not empty","location":null,"status":"passed","title":"a field is not empty"},{"ancestorTitles":["Validation Required Under Condition","If the condition is false","It should never return an error"],"failureMessages":[],"fullName":"Validation Required Under Condition If the condition is false It should never return an error a field is a number","location":null,"status":"passed","title":"a field is a number"},{"ancestorTitles":["Validate Numeric","It should return a message error when"],"failureMessages":[],"fullName":"Validate Numeric It should return a message error when a field is a string with characters that are not numbers","location":null,"status":"passed","title":"a field is a string with characters that are not numbers"},{"ancestorTitles":["Validate Numeric","It should return a message error when"],"failureMessages":[],"fullName":"Validate Numeric It should return a message error when a field is a boolean (with custom message)","location":null,"status":"passed","title":"a field is a boolean (with custom message)"},{"ancestorTitles":["Validate Numeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Numeric It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validate Numeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Numeric It should success (return undefined) when a field is empty","location":null,"status":"passed","title":"a field is empty"},{"ancestorTitles":["Validate Numeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Numeric It should success (return undefined) when a field is undefined with custom message","location":null,"status":"passed","title":"a field is undefined with custom message"},{"ancestorTitles":["Validate Numeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Numeric It should success (return undefined) when a field is a string but numeric","location":null,"status":"passed","title":"a field is a string but numeric"},{"ancestorTitles":["Validate Numeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Numeric It should success (return undefined) when a field is numeric","location":null,"status":"passed","title":"a field is numeric"},{"ancestorTitles":["Validate Alphanumeric","It should return a message error when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should return a message error when a field is a string with strange characters as #, $","location":null,"status":"passed","title":"a field is a string with strange characters as #, $"},{"ancestorTitles":["Validate Alphanumeric","It should return a message error when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should return a message error when a field is a boolean (with custom message)","location":null,"status":"passed","title":"a field is a boolean (with custom message)"},{"ancestorTitles":["Validate Alphanumeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should success (return undefined) when a field is undefined with custom message","location":null,"status":"passed","title":"a field is undefined with custom message"},{"ancestorTitles":["Validate Alphanumeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validate Alphanumeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should success (return undefined) when a field is a string numeric","location":null,"status":"passed","title":"a field is a string numeric"},{"ancestorTitles":["Validate Alphanumeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should success (return undefined) when a field is a string alphanumeric","location":null,"status":"passed","title":"a field is a string alphanumeric"},{"ancestorTitles":["Validate Alphanumeric","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Alphanumeric It should success (return undefined) when a field is numeric","location":null,"status":"passed","title":"a field is numeric"},{"ancestorTitles":["Validate Email","It should return a message error when"],"failureMessages":[],"fullName":"Validate Email It should return a message error when a field is a string that is not an email","location":null,"status":"passed","title":"a field is a string that is not an email"},{"ancestorTitles":["Validate Email","It should return a message error when"],"failureMessages":[],"fullName":"Validate Email It should return a message error when a field is a string with a@b","location":null,"status":"passed","title":"a field is a string with a@b"},{"ancestorTitles":["Validate Email","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Email It should success (return undefined) when a field is valid email","location":null,"status":"passed","title":"a field is valid email"},{"ancestorTitles":["Validate Email","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Email It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validate No Negative numbers","It should return a message error when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should return a message error when a field is a negative number","location":null,"status":"passed","title":"a field is a negative number"},{"ancestorTitles":["Validate No Negative numbers","It should return a message error when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should return a message error when a field is a string with a negative number","location":null,"status":"passed","title":"a field is a string with a negative number"},{"ancestorTitles":["Validate No Negative numbers","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should success (return undefined) when a field is a string with a positive number","location":null,"status":"passed","title":"a field is a string with a positive number"},{"ancestorTitles":["Validate No Negative numbers","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should success (return undefined) when a field is a positive number","location":null,"status":"passed","title":"a field is a positive number"},{"ancestorTitles":["Validate No Negative numbers","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should success (return undefined) when a field is zero","location":null,"status":"passed","title":"a field is zero"},{"ancestorTitles":["Validate No Negative numbers","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate No Negative numbers It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validate numbers higher than zero","It should return a message error when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should return a message error when a field is a negative number","location":null,"status":"passed","title":"a field is a negative number"},{"ancestorTitles":["Validate numbers higher than zero","It should return a message error when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should return a message error when a field is a string with value 0","location":null,"status":"passed","title":"a field is a string with value 0"},{"ancestorTitles":["Validate numbers higher than zero","It should return a message error when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should return a message error when a field is a 0","location":null,"status":"passed","title":"a field is a 0"},{"ancestorTitles":["Validate numbers higher than zero","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should success (return undefined) when a field is a number higher than zero","location":null,"status":"passed","title":"a field is a number higher than zero"},{"ancestorTitles":["Validate numbers higher than zero","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should success (return undefined) when a field is a string with a number","location":null,"status":"passed","title":"a field is a string with a number"},{"ancestorTitles":["Validate numbers higher than zero","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"},{"ancestorTitles":["Validate numbers higher than zero","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate numbers higher than zero It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Min Amount","It should return a message error when"],"failureMessages":[],"fullName":"Validate Min Amount It should return a message error when a field is higher than a number","location":null,"status":"passed","title":"a field is higher than a number"},{"ancestorTitles":["Validate Min Amount","It should return a message error when"],"failureMessages":[],"fullName":"Validate Min Amount It should return a message error when a field is higher than a number (beeing a string","location":null,"status":"passed","title":"a field is higher than a number (beeing a string"},{"ancestorTitles":["Validate Min Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Amount It should success (return undefined) when a field is less than a number","location":null,"status":"passed","title":"a field is less than a number"},{"ancestorTitles":["Validate Min Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Amount It should success (return undefined) when a field is less than a number (strings)","location":null,"status":"passed","title":"a field is less than a number (strings)"},{"ancestorTitles":["Validate Min Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Amount It should success (return undefined) when a field is equal to another","location":null,"status":"passed","title":"a field is equal to another"},{"ancestorTitles":["Validate Min Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Amount It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Max Amount","It should return a message error when"],"failureMessages":[],"fullName":"Validate Max Amount It should return a message error when a field is higher than a number","location":null,"status":"passed","title":"a field is higher than a number"},{"ancestorTitles":["Validate Max Amount","It should return a message error when"],"failureMessages":[],"fullName":"Validate Max Amount It should return a message error when a field is higher than a number (beeing a string","location":null,"status":"passed","title":"a field is higher than a number (beeing a string"},{"ancestorTitles":["Validate Max Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Amount It should success (return undefined) when a field is less than a number","location":null,"status":"passed","title":"a field is less than a number"},{"ancestorTitles":["Validate Max Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Amount It should success (return undefined) when a field is less than a number (strings)","location":null,"status":"passed","title":"a field is less than a number (strings)"},{"ancestorTitles":["Validate Max Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Amount It should success (return undefined) when a field is equal to another","location":null,"status":"passed","title":"a field is equal to another"},{"ancestorTitles":["Validate Max Amount","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Amount It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Max Characters","It should return a message error when"],"failureMessages":[],"fullName":"Validate Max Characters It should return a message error when a field has more characters that it should","location":null,"status":"passed","title":"a field has more characters that it should"},{"ancestorTitles":["Validate Max Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Characters It should success (return undefined) when a field equal amount of characters as the max number","location":null,"status":"passed","title":"a field equal amount of characters as the max number"},{"ancestorTitles":["Validate Max Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Characters It should success (return undefined) when a field has less characters than the number defined","location":null,"status":"passed","title":"a field has less characters than the number defined"},{"ancestorTitles":["Validate Max Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Max Characters It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Min Characters","It should return a message error when"],"failureMessages":[],"fullName":"Validate Min Characters It should return a message error when a field has less characters that it should","location":null,"status":"passed","title":"a field has less characters that it should"},{"ancestorTitles":["Validate Min Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Characters It should success (return undefined) when a field equal amount of characters as the min number","location":null,"status":"passed","title":"a field equal amount of characters as the min number"},{"ancestorTitles":["Validate Min Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Characters It should success (return undefined) when a field has more characters than the number defined","location":null,"status":"passed","title":"a field has more characters than the number defined"},{"ancestorTitles":["Validate Min Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Characters It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Min Characters","It should return a message error when"],"failureMessages":[],"fullName":"Validate Min Characters It should return a message error when a field is not a valid date","location":null,"status":"passed","title":"a field is not a valid date"},{"ancestorTitles":["Validate Min Characters","It should return a message error when"],"failureMessages":[],"fullName":"Validate Min Characters It should return a message error when a field is not a string","location":null,"status":"passed","title":"a field is not a string"},{"ancestorTitles":["Validate Min Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Characters It should success (return undefined) when a field is a valid date","location":null,"status":"passed","title":"a field is a valid date"},{"ancestorTitles":["Validate Min Characters","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Min Characters It should success (return undefined) when a field is undefined","location":null,"status":"passed","title":"a field is undefined"},{"ancestorTitles":["Validate Mobile phone","It should return a message error when"],"failureMessages":[],"fullName":"Validate Mobile phone It should return a message error when a field is a string that is not a phone","location":null,"status":"passed","title":"a field is a string that is not a phone"},{"ancestorTitles":["Validate Mobile phone","It should return a message error when"],"failureMessages":[],"fullName":"Validate Mobile phone It should return a message error when a field is a phone number with unexisting phone format","location":null,"status":"passed","title":"a field is a phone number with unexisting phone format"},{"ancestorTitles":["Validate Mobile phone","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Mobile phone It should success (return undefined) when a field is valid phone","location":null,"status":"passed","title":"a field is valid phone"},{"ancestorTitles":["Validate Mobile phone","It should success (return undefined) when"],"failureMessages":[],"fullName":"Validate Mobile phone It should success (return undefined) when a field is null","location":null,"status":"passed","title":"a field is null"}],"endTime":1591035448123,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/utils/validation/validation.test.js","startTime":1591035438352,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Select"],"failureMessages":[],"fullName":"Select renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035448134,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/select/select.test.js","startTime":1591035438348,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Checkbox"],"failureMessages":[],"fullName":"Checkbox renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Checkbox"],"failureMessages":[],"fullName":"Checkbox renders properly when value is invalid","location":null,"status":"passed","title":"renders properly when value is invalid"},{"ancestorTitles":["Checkbox"],"failureMessages":[],"fullName":"Checkbox updates correctly after change","location":null,"status":"passed","title":"updates correctly after change"},{"ancestorTitles":["Checkbox"],"failureMessages":[],"fullName":"Checkbox updates correctly after forcing change method call","location":null,"status":"passed","title":"updates correctly after forcing change method call"}],"endTime":1591035448239,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/checkbox/checkbox.test.js","startTime":1591035438650,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["CountrySelector"],"failureMessages":[],"fullName":"CountrySelector renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035448997,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/countrySelector/countrySelector.test.js","startTime":1591035446785,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["List"],"failureMessages":[],"fullName":"List renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["List"],"failureMessages":[],"fullName":"List is backwards compatible (text passed as prop)","location":null,"status":"passed","title":"is backwards compatible (text passed as prop)"},{"ancestorTitles":["List"],"failureMessages":[],"fullName":"List works with children (even without a WWCC!)","location":null,"status":"passed","title":"works with children (even without a WWCC!)"}],"endTime":1591035449222,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/list/list.test.js","startTime":1591035448193,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["ErrorMessage"],"failureMessages":[],"fullName":"ErrorMessage renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035449223,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/errorMessage/errorMessage.test.js","startTime":1591035448289,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["CountrySelector"],"failureMessages":[],"fullName":"CountrySelector renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035449238,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/countryFlagSelector/countryFlagSelector.test.js","startTime":1591035447693,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["PhoneInput"],"failureMessages":[],"fullName":"PhoneInput renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035449410,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/phoneInput/phoneInput.test.js","startTime":1591035448103,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035449450,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/table/table.test.js","startTime":1591035448087,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly with required","location":null,"status":"passed","title":"renders properly with required"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly with required and a value","location":null,"status":"passed","title":"renders properly with required and a value"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly when it is disabled","location":null,"status":"passed","title":"renders properly when it is disabled"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly when type is number","location":null,"status":"passed","title":"renders properly when type is number"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly when different theme","location":null,"status":"passed","title":"renders properly when different theme"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly when it has an error","location":null,"status":"passed","title":"renders properly when it has an error"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly with helper text","location":null,"status":"passed","title":"renders properly with helper text"},{"ancestorTitles":["Input"],"failureMessages":[],"fullName":"Input renders properly with error and helper text","location":null,"status":"passed","title":"renders properly with error and helper text"}],"endTime":1591035449616,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/input/input.test.js","startTime":1591035448162,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Avatar name"],"failureMessages":[],"fullName":"Avatar name renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Avatar with photo"],"failureMessages":[],"fullName":"Avatar with photo renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Avatar empty"],"failureMessages":[],"fullName":"Avatar empty renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035450114,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/avatar/avatar.test.js","startTime":1591035449244,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["CountdownTimer"],"failureMessages":[],"fullName":"CountdownTimer renders properly with no date","location":null,"status":"passed","title":"renders properly with no date"},{"ancestorTitles":["CountdownTimer"],"failureMessages":[],"fullName":"CountdownTimer renders properly with custom date","location":null,"status":"passed","title":"renders properly with custom date"}],"endTime":1591035450315,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/countdownTimer/countdownTimer.test.js","startTime":1591035449238,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["HelpToolTip"],"failureMessages":[],"fullName":"HelpToolTip renders with children","location":null,"status":"passed","title":"renders with children"},{"ancestorTitles":["HelpToolTip"],"failureMessages":[],"fullName":"HelpToolTip uses placement and trigger argument","location":null,"status":"passed","title":"uses placement and trigger argument"},{"ancestorTitles":["HelpToolTip"],"failureMessages":[],"fullName":"HelpToolTip uses theme","location":null,"status":"passed","title":"uses theme"}],"endTime":1591035450379,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/helpToolTip/helpToolTip.test.js","startTime":1591035449268,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Video"],"failureMessages":[],"fullName":"Video renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035450394,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/videoPlayer/videoPlayer.test.js","startTime":1591035449027,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Caption"],"failureMessages":[],"fullName":"Caption renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Caption"],"failureMessages":[],"fullName":"Caption also works when text is passed as a prop","location":null,"status":"passed","title":"also works when text is passed as a prop"}],"endTime":1591035450560,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/caption/caption.test.js","startTime":1591035449462,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["oldInput"],"failureMessages":[],"fullName":"oldInput renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035450639,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/oldInput/oldInput.test.js","startTime":1591035449467,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["setOnStorage"],"failureMessages":[],"fullName":"setOnStorage should key-value be saved in local storage","location":null,"status":"passed","title":"should key-value be saved in local storage"},{"ancestorTitles":["setOnStorage"],"failureMessages":[],"fullName":"setOnStorage should have a createdAt attribute for that key","location":null,"status":"passed","title":"should have a createdAt attribute for that key"},{"ancestorTitles":["setOnStorage"],"failureMessages":[],"fullName":"setOnStorage should have a createdAt attribute of today","location":null,"status":"passed","title":"should have a createdAt attribute of today"},{"ancestorTitles":["getFromStorage"],"failureMessages":[],"fullName":"getFromStorage should return null if value does not exists","location":null,"status":"passed","title":"should return null if value does not exists"},{"ancestorTitles":["getFromStorage"],"failureMessages":[],"fullName":"getFromStorage should return the value for an existing key","location":null,"status":"passed","title":"should return the value for an existing key"},{"ancestorTitles":["getFromStorage"],"failureMessages":[],"fullName":"getFromStorage should return the same value saved on storage","location":null,"status":"passed","title":"should return the same value saved on storage"}],"endTime":1591035450896,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/utils/localStorage/localStorage.test.js","startTime":1591035449710,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["WarningBlock"],"failureMessages":[],"fullName":"WarningBlock renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035451096,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/warningBlock/warningBlock.test.js","startTime":1591035450148,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Paragraph"],"failureMessages":[],"fullName":"Paragraph renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Paragraph"],"failureMessages":[],"fullName":"Paragraph is backwards compatible (text passed as prop)","location":null,"status":"passed","title":"is backwards compatible (text passed as prop)"}],"endTime":1591035451278,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/paragraph/paragraph.test.js","startTime":1591035450342,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["ProgressBar"],"failureMessages":[],"fullName":"ProgressBar renders properly with no props","location":null,"status":"passed","title":"renders properly with no props"},{"ancestorTitles":["ProgressBar"],"failureMessages":[],"fullName":"ProgressBar renders properly with just progress value","location":null,"status":"passed","title":"renders properly with just progress value"},{"ancestorTitles":["ProgressBar"],"failureMessages":[],"fullName":"ProgressBar renders properly with just progress value and display number on true","location":null,"status":"passed","title":"renders properly with just progress value and display number on true"},{"ancestorTitles":["ProgressBar"],"failureMessages":[],"fullName":"ProgressBar renders properly even if the progress is > 100","location":null,"status":"passed","title":"renders properly even if the progress is > 100"},{"ancestorTitles":["ProgressBar"],"failureMessages":[],"fullName":"ProgressBar renders properly using all available props","location":null,"status":"passed","title":"renders properly using all available props"}],"endTime":1591035451554,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/progressBar/progressBar.test.js","startTime":1591035450399,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["AnimatedCircleText"],"failureMessages":[],"fullName":"AnimatedCircleText renders properly in reverse mode","location":null,"status":"passed","title":"renders properly in reverse mode"},{"ancestorTitles":["AnimatedCircleText"],"failureMessages":[],"fullName":"AnimatedCircleText renders properly in standard mode","location":null,"status":"passed","title":"renders properly in standard mode"}],"endTime":1591035451592,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/animatedCircleText/animatedCircleText.test.js","startTime":1591035450409,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Loading false"],"failureMessages":[],"fullName":"Loading false renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Loading true"],"failureMessages":[],"fullName":"Loading true renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035451740,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/loading/loading.test.js","startTime":1591035450676,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Section"],"failureMessages":[],"fullName":"Section renders properly without custom properties","location":null,"status":"passed","title":"renders properly without custom properties"},{"ancestorTitles":["Section"],"failureMessages":[],"fullName":"Section renders properly with grow value","location":null,"status":"passed","title":"renders properly with grow value"},{"ancestorTitles":["Section"],"failureMessages":[],"fullName":"Section renders properly with justify content","location":null,"status":"passed","title":"renders properly with justify content"},{"ancestorTitles":["Section"],"failureMessages":[],"fullName":"Section renders properly with align items","location":null,"status":"passed","title":"renders properly with align items"},{"ancestorTitles":["Section"],"failureMessages":[],"fullName":"Section renders properly with all 3 params","location":null,"status":"passed","title":"renders properly with all 3 params"}],"endTime":1591035451830,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/section/section.test.js","startTime":1591035450610,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Title"],"failureMessages":[],"fullName":"Title renders properly","location":null,"status":"passed","title":"renders properly"},{"ancestorTitles":["Title"],"failureMessages":[],"fullName":"Title is backwards compatible (text passed as prop)","location":null,"status":"passed","title":"is backwards compatible (text passed as prop)"}],"endTime":1591035451985,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/title/title.test.js","startTime":1591035451184,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Footer"],"failureMessages":[],"fullName":"Footer renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035452182,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/footer/footer.test.js","startTime":1591035450916,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["SideTrack"],"failureMessages":[],"fullName":"SideTrack is backwards compatible (paragraph passed as prop)","location":null,"status":"passed","title":"is backwards compatible (paragraph passed as prop)"},{"ancestorTitles":["SideTrack"],"failureMessages":[],"fullName":"SideTrack renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035452273,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/sideTrack/sideTrack.test.js","startTime":1591035451327,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["PhoneInput"],"failureMessages":[],"fullName":"PhoneInput renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035452502,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/radioButton/radioButton.test.js","startTime":1591035451608,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button is backwards compatible (using text prop instead of children)","location":null,"status":"passed","title":"is backwards compatible (using text prop instead of children)"},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button renders button properly","location":null,"status":"passed","title":"renders button properly"},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button renders link properly","location":null,"status":"passed","title":"renders link properly"},{"ancestorTitles":["Button"],"failureMessages":[],"fullName":"Button renders button properly with underneath label","location":null,"status":"passed","title":"renders button properly with underneath label"}],"endTime":1591035452650,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/button/button.test.js","startTime":1591035451593,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Logo"],"failureMessages":[],"fullName":"Logo renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035452684,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/logo/logo.test.js","startTime":1591035451970,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["StarsFeedback"],"failureMessages":[],"fullName":"StarsFeedback renders properly","location":null,"status":"passed","title":"renders properly"}],"endTime":1591035452693,"message":"","name":"/Users/rin/code/AIME/blueprint/src/lib/components/starsFeedback/starsFeedback.test.js","startTime":1591035451783,"status":"passed","summary":""}],"wasInterrupted":false}