@zohodesk/components 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/es/v1/Switch/useSwitch.js +1 -1
- package/lib/v1/Switch/useSwitch.js +1 -1
- package/package.json +2 -2
- package/result.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development across projects.
|
|
4
4
|
|
|
5
|
+
# 1.4.2
|
|
6
|
+
|
|
7
|
+
- **Switch(v1)** - ?. operator removed
|
|
8
|
+
|
|
9
|
+
|
|
5
10
|
# 1.4.1
|
|
6
11
|
|
|
7
12
|
- **Switch(v1)** - labelPlacement top | bottom alignment and hover style issue fixed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"main": "es/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"postpublish": "node postPublish.js",
|
|
43
43
|
"report": "react-cli publish:report",
|
|
44
44
|
"test": "react-cli test",
|
|
45
|
-
"test-clean": "react-cli clean ./coverage && react-cli clean ./unittest",
|
|
45
|
+
"test-clean": "react-cli clean ./coverage && react-cli clean ./unittest react-cli clean ./es && react-cli clean ./lib && react-cli clean ./package-lock.json && react-cli clean ./result.json ",
|
|
46
46
|
"snap-update": "npm run test-clean && npm run test -- -u",
|
|
47
47
|
"sstest": "npm run init && react-cli sstest",
|
|
48
48
|
"build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
|
package/result.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"switch_onoff_label_lib_a11y_2"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":676,"numberOfFails":0,"numberOfCases":676,"numberOfSuites":70,"endTime":1753709698385,"startTime":1753709672210,"coverageDetail":{"codeCoveragePercentage":74.26,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Textarea/__tests__/Textarea.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render size - xsmall","Should render size - small","Should render size - xmedium","Should render size - medium","Should render size - large","Should be render placeholder","Should be render needBorder is false","Should be render text","Should be render isDisabled is true","Should render resize - horizontal","Should render resize - vertical","Should render resize - both","Should render resize - none","Should be render maxLength in number","Should be render maxLength in string","Should render animated is true - xsmall","Should render animated is true - small","Should render animated is true - xmedium","Should render animated is true - medium","Should render animated is true - large","Should render animated is false - xsmall","Should render animated is false - small","Should render animated is false - xmedium","Should render animated is false - medium","Should render animated is false - large","Should render Varient - default","Should render Varient - primary","to render eleRef prop is a function","Should be render isReadOnly is true and needEffect is true","Should be render isReadOnly is true and needEffect is false","Should be render isReadOnly is false and needEffect is false","Should be render isDisabled is true and needEffect is true","Should be render isDisabled is true and needEffect is false","Should be render isDisabled is false and needEffect is false","Should be render autofocus true ","Should be render needAppearance is false ","Should be render needReadOnlyStyle is false ","Should render borderColor - transparent","Should render borderColor - default","Should be render htmlId ","rendering ally clearLabel","Should be render customClass ","Should be render rows and cols ","Should be render rows only ","Should be render cols only ","Should be render custom Attributes "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/TextBox/__tests__/TextBox.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render type - text","Should render type - password","Should render type - number","Should be render name","Should be render id","Should be render maxLength in number","Should be render maxLength in string","Should be render placeholder","Should render size - small","Should render size - xsmall","Should render size - medium","Should render size - xmedium","Should be render isReadOnly is true and needEffect is true","Should be render isReadOnly is true and needEffect is false","Should be render isReadOnly is false and needEffect is false","Should be render isDisabled is true and needEffect is true","Should be render isDisabled is true and needEffect is false","Should be render isDisabled is false and needEffect is false","Should render Varient - primary","Should render Varient - secondary","Should render Varient - default","Should render Varient - light","Should be render needBorder is false ","Should be render value in number","Should be render value in string","Should be render needReadOnlyStyle is false and isReadOnly true ","Should be render needReadOnlyStyle is false ","Should be render needReadOnlyStyle is true and isReadOnly true ","Should be render needAppearance is false ","Should be render isClickable is ture ","Should be render autofocus false ","Should be render autofocus true ","Should be render autoComplete true ","Should be render autoComplete false ","Should render borderColor - transparent","Should render borderColor - default","Should be render htmlId ","Should be render isFocus is true ","Should be render isScrollPrevent is true ","rendering ally ariaExpanded,ariaHaspopup,ariaRequired,ariaLabelledby,ariaReadonly,ariaMultiselectable is true","rendering ally ariaExpanded,ariaHaspopup,ariaRequired,ariaLabelledby,ariaReadonly,ariaMultiselectable is false","Should be render customClass ","rendering the Custom Props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should render with text prop","Should render with children prop","Should apply custom styles from customStyle prop","Should apply custom classes from customClass prop","Should be disabled when disabled prop is true","Should expose element with getRef prop","Should trigger onClick function","Should not trigger onClick when disabled","Should render with correct data-id attribute","Should render with correct data-selector-id attribute","Should render with correct title attribute","Should render with correct id attribute","Should apply a11y props correctly","Should apply customProps correctly"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/CheckBox/__tests__/CheckBox.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should be render ID","Should render palette and checkbox with checked - primary","Should render palette and checkbox with checked - danger","Should be disable","Should be isReadOnly","Should be render disabledTitle and title","Should be render title","Should be render text","Should render size - small","Should render size - medium","Should render size - default","Should render size - primary","Should render size - secondary","Should render size - danger","Should render size - mandatory","Should render labelSize - small","Should render labelSize - medium","Should render labelSize - large","Should be render isFilled","Should be render isClipped is false","eleRef prop is a function","Should render labelSize - default","Should render labelSize - primary","Should render active - primary","Should render active - danger","Should be render name","Should be render activeStyle is minus","Should be render dataSelectorId","rendering the Custom Props","rendering the Custom class","rendering ally ariaLabel , ariaLabelledby, ariaHidden,ariaChecked,role true and entering their values","rendering ally ariaLabel , ariaLabelledby, ariaHidden,ariaChecked,role false and entering their values"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/TextBoxIcon/__tests__/TextBoxIcon.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render type - text","Should render type - password","Should render type - number","Should be render name","Should be render id","Should be render placeholder","Should render size - small","Should render size - xsmall","Should render size - medium","Should render size - xmedium","Should be render isDisabled is true","Should be render isReadOnly is true","Should be render isReadOnly is true , needEffect is false","Should be render children","Should be render value is string and length greater than 1","Should be render value is number","Should be render value is string and length less than 1","Should be render iconRotated is true","Should be render needBorder is false","Should render Varient - primary","Should render Varient - secondary","Should render Varient - default","Should be render title","Should be render needReadOnlyStyle is false","Should be render isClickable is true","Should be render needEffect is false","Should render borderColor - transparent","Should render borderColor - default","Should render borderColor - error","Should be render showClearIcon is true","Should be render htmlId ","Should be render iconOnHover is true , iconOnHover, isDisabled is true ","Should be render iconOnHover is true , iconOnHover, isDisabled is false ","Should be render isFocus is true ","rendering the Custom class","rendering the Custom Props","rendering the i18n value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tag/__tests__/Tag.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should be render imageURL and hasAvatar","Should be render text","Should be render initial","Should render size - small","Should render size - medium","Should render onRemove - small","Should render onRemove - medium","Should render active - palette default, size small , closePalette danger","Should render active - palette danger, size small , closePalette danger","Should render active - palette secondary, size small , closePalette danger","Should render active - palette pureDotted, size small , closePalette danger","Should render active - palette primaryDotted, size small , closePalette danger","Should render active - palette dark, size small , closePalette danger","Should render active - palette pureDarkDotted, size small , closePalette danger","Should render active - palette darkPrimaryDotted, size small , closePalette danger","Should render active - palette defaultLink, size small , closePalette danger","Should render active - palette default, size small , closePalette primary","Should render active - palette danger, size small , closePalette primary","Should render active - palette secondary, size small , closePalette primary","Should render active - palette pureDotted, size small , closePalette primary","Should render active - palette primaryDotted, size small , closePalette primary","Should render active - palette dark, size small , closePalette primary","Should render active - palette pureDarkDotted, size small , closePalette primary","Should render active - palette darkPrimaryDotted, size small , closePalette primary","Should render active - palette defaultLink, size small , closePalette primary","Should render active - palette default, size medium , closePalette danger","Should render active - palette danger, size medium , closePalette danger","Should render active - palette secondary, size medium , closePalette danger","Should render active - palette pureDotted, size medium , closePalette danger","Should render active - palette primaryDotted, size medium , closePalette danger","Should render active - palette dark, size medium , closePalette danger","Should render active - palette pureDarkDotted, size medium , closePalette danger","Should render active - palette darkPrimaryDotted, size medium , closePalette danger","Should render active - palette defaultLink, size medium , closePalette danger","Should render active - palette default, size medium , closePalette primary","Should render active - palette danger, size medium , closePalette primary","Should render active - palette secondary, size medium , closePalette primary","Should render active - palette pureDotted, size medium , closePalette primary","Should render active - palette primaryDotted, size medium , closePalette primary","Should render active - palette dark, size medium , closePalette primary","Should render active - palette pureDarkDotted, size medium , closePalette primary","Should render active - palette darkPrimaryDotted, size medium , closePalette primary","Should render active - palette defaultLink, size medium , closePalette primary","Should be render rounded is false","Should render palette - default","Should render palette - danger","Should render palette - secondary","Should render palette - pureDotted","Should render palette - primaryDotted","Should render palette - dark","Should render palette - pureDarkDotted","Should render palette - darkPrimaryDotted","Should render palette - defaultLink","Should be render disabled is true","Should be render disabled is false","Should render closePalette - danger","Should render closePalette - primary","Should be render onSelectTag","Should be render closeTitle","Should be render dataId when active if false","Should be render dataId when active if true","Should be render iconName and iconSize","Should be render tooltip","Should render avatarPalette - default","Should render avatarPalette - danger","Should render avatarPalette - secondary","Should render avatarPalette - pureDotted","Should render avatarPalette - primaryDotted","Should render avatarPalette - dark","Should render avatarPalette - pureDarkDotted","Should render avatarPalette - darkPrimaryDotted","Should render avatarPalette - defaultLink","Should be render needEffect is false","Should be render isReadOnly is true","rendering the Custom class","rendering ally clearLabel","rendering with customAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Avatar/__tests__/Avatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the palette of- default","rendering the shape of- circle","rendering the shape of- square","rendering the size of- xxsmall","rendering the size of- small","rendering the size of- xsmall","rendering the size of- medium","rendering the size of- xmedium","rendering the size of- large","rendering the size of- xlarge","rendering the size of- white","rendering the size of- black","rendering src","rendering Name in 2 Word","rendering title","rendering needTitle","rendering initial","rendering NeedBorder false","rendering BorderOnActive true","rendering borderOnHover true","rendering customClass true","rendering alternateSrc","rendering showAlternateAvatar is enabled border get disabled","rendering isAnimate is false","rendering needInnerBorder is true","rendering showDefaultBorder is true","rendering the Custom props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Switch/__tests__/Switch.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the checked","rendering the dataId","rendering the disabled and disableTitle","rendering the text","rendering the ID","rendering the isReadOnly","rendering the size of- small","rendering the size of- medium","rendering the labelSize of- small","rendering the labelSize of- medium","rendering the labelSize of- large","rendering the labelSize of- default","rendering the labelSize of- primary","rendering the labelSize of- secondary","rendering the labelSize of- danger","rendering the labelSize of- mandatory","rendering the Name","rendering the Title","rendering the Value","rendering the CustomClass","rendering the CustomProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Radio/__tests__/Radio.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the ID","rendering the Name","rendering the Value","rendering palette - primary","rendering palette - danger","rendering the Checked is true for palette - primary","rendering the Checked is true for palette - danger","rendering the disabled is true for palette - primary","rendering the disabled is true for palette - danger","rendering the isReadOnly is true","rendering the disabledTitle","rendering the title","rendering the text","rendering labelPalette - default","rendering labelPalette - primary","rendering labelPalette - danger","rendering labelPalette - mandatory","rendering size - small","rendering size - medium","rendering labelSize - small","rendering labelSize - medium","rendering labelSize - large","rendering labelSize - primary","rendering labelSize - default","rendering the active is true - primary","rendering the active is true - danger","rendering the isFilled is false","rendering the customClass of customRadioWrap,customRadio,customLabel ","rendering ally ariaChecked true","rendering ally ariaHidden , ariaChecked, ariaReadonly fasle true","rendering ally ariaHidden , ariaChecked, ariaReadonly is false","rendering the accessMode when isReadOnly ","rendering the accessMode when disabled ","getRef prop is a function","renders with different onClick props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/AvatarTeam/__tests__/AvatarTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the Props of Avatar","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the sizes of- xxsmall","rendering the sizes of- small","rendering the sizes of- xsmall","rendering the sizes of- medium","rendering the sizes of- xmedium","rendering the sizes of- large","rendering the sizes of- xlarge","rendering the textPalette of- white","rendering the textPalette of- black","rendering borderOnActive","rendering border is true","rendering the onClick prop with asFragment and toMatchSnapshot","rendering the palette with isFilled of- primary","rendering the palette with isFilled of- secondary","rendering the palette with isFilled of- info","rendering CustomClass - customAvatar","rendering CustomClass - customAvatarTeam","rendering customProps - AvatarTeamProps","rendering customProps - AvatarProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Label/__tests__/Label.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the type of- title","rendering the type of- subtitle","rendering the palette of- default","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- danger","rendering the palette of- mandatory","rendering the palette of- disable","rendering the palette of- dark","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the clipped is true","rendering the title","rendering the variant of- primary","rendering the variant of- default","rendering the customClass","rendering the Id","rendering the htmlFor","rendering the onClick prop with asFragment and toMatchSnapshot"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/RippleEffect/__tests__/RippleEffect.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true","rendering isDisabled is true","rendering the palette of- default","rendering the palette of- primary","rendering the palette of- primaryLight","rendering the palette of- primaryFilled","rendering the palette of- primaryDark","rendering the palette of- green","rendering the palette of- danger","rendering hoverType of- default","rendering hoverType of- border","rendering hoverType of- bg","rendering isNeedEffect is false","rendering needBorder is false","rendering isCopyTextEnabled is false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Stencils/__tests__/Stencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- dark","rendering the shape of- rect","rendering the shape of- circle","rendering the shape of- square","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- default","rendering without animation","rendering the customClass"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Ribbon/__tests__/Ribbon.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- default","rendering the palette of- danger","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the palette of- dark","rendering the type - default","rendering the type - flag","rendering the type - plain","rendering the type - ribbon","rendering the type - box","rendering the type - stamp","rendering the type - sticker","rendering the type - tag","rendering children ","rendering the size - small","rendering the size - medium","rendering the size - large","rendering the size - xlarge","rendering the customClass"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/AppContainer/__tests__/AppContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the customClass","rendering the needTooltip is false","rendering the tooltipClass","rendering the tooltipParentClass","rendering the Custom props","eleRef prop is a function","rendering the childern as element","rendering the childern as element in array"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithCheckBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithCheckBox with secondaryValue","ListItemWithCheckBox with secondaryValue text and LHS align start","ListItemWithCheckBox with secondaryValue text and LHS align center","ListItemWithCheckBox with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithRadio.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithRadio with secondaryValue","ListItemWithRadio with secondaryValue text and LHS align start","ListItemWithRadio with secondaryValue text and LHS align center","ListItemWithRadio with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithIcon with secondaryValue","ListItemWithIcon with secondaryValue text and LHS align start","ListItemWithIcon with secondaryValue text and LHS align center","ListItemWithIcon with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithAvatar with secondaryValue","ListItemWithAvatar with secondaryValue text and LHS align start","ListItemWithAvatar with secondaryValue text and LHS align center","ListItemWithAvatar with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Modal/__tests__/Modal.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/v1/Switch/__tests__/Switch.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the Switch with Checked","rendering the Switch with Disabled"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js","CaseList":{"passedCaseList":["rendering the defult props","renders when isActive is true","renders when isActive is true and isArrow is false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/SelectedOptions.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the basic select options"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Heading/__tests__/Heading.spec.js","CaseList":{"passedCaseList":["rendering the defult props","Should render whiteSpace of Heading - normal","Should render whiteSpace of Heading - nowrap","Should render whiteSpace of Heading - pre","Should render whiteSpace of Heading - pre-line","Should render whiteSpace of Heading - pre-wrap","Should render whiteSpace of Heading - break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Accordion/__tests__/AccordionItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabLayout.spec.js","CaseList":{"passedCaseList":["rendering the align prop of - vertical","rendering the align prop of - horizontal","rendering the align prop of - vertical-reverse","rendering the align prop of - horizontal-reverse"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListContainer with Align Base Line"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelectHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the basic value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/AdvancedMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the options array with objects and string","rendering the options array with only objects using allowValueFallback"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Animation/__tests__/Animation.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabContent.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/GroupSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/EmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTime.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive is true and isDefaultPosition is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Layout/__tests__/Container.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/SelectWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/Select.spec.js","CaseList":{"passedCaseList":["Should render the Select component","Should render the placeholder when there is no default value","Should render the default selected value","Should render the given selected value","Should open the dropdown, when click on the input","Should open the dropdown, when press down arrow on the input","Should open the dropdown, when isPopupOpenOnEnter is true. If press enter key on the input","Should open the dropdown, when isPopupOpenOnEnter is true. If press tab key on the input","Should show the empty message when open the dropdown with no options","Should render given the options","Should trigger the onChange event when select an option","Should update the value when select the option","Should focus the search input, when open the dropdown","Should render the only options matching search value","Should trigger given onSearch, when type on the search input","Should render all the options when search value is cleared","Should not open the dropdown when disabled","Should not open the dropdown when readonly","Should close the dropdown when clicking outside","Should show the custom empty state using getCustomEmptyState prop, when there is no matching options search value","Should call the onKeyDown function, when press any key in the input element","Should highlight the next list-items, when arrow keys pressed","Should update the value, when select the option using keyboard","Should close the dropdown and focus the select input, when press escape key","Should close the dropdown and trigger the onchange, when press tab key","Should trigger getNextOptions, when scroll to the end of the dropbox list and isNextOptions is true","Should trigger getNextOptions, when search with needLocalSearch is false","Should trigger onChange, when type on select input with autoSelectOnType is true","Should trigger onAddNewOption, when click on the custom search empty state button","Should trigger the onDropBoxOpen, when open the select","Should trigger the onDropBoxClose, when close the select","Should trigger the onSearch with empty string, when close the select and isSearchClearOnClose is true","Should trigger the onSearch with search string, when close the select and isSearchClearOnClose is false","Should trigger the getPopupHandlers with popup handlers, when select is mounted","Should trigger the getPopupHandlers with null, when select is unmounted","Should trigger the togglePopup with given defaultDropBoxPosition","Should trigger the onFocus, when open the select","Should trigger the getPopupHandlers with popup handlers, when select is mounted","Should not open the dropdown, when press down arrow on the input with needSelectDownIcon as false","Should open the dropdown, when press down arrow on the input with getChildren used and needSelectDownIcon as false","Should render with isParentBased as false","Should render with size as small","Should render with size as medium","Should render with iconOnHover as true","Should render with iconOnHover as true and isReadOnly as true","Should render with iconOnHover as true and isDisabled as true","Should render with title prop","Should render with dataSelectorId prop","Should render with className prop","Should render with needSelectDownIcon as false","Should render with isLoading","Should render with children","Should render with children and dropdown open","Should render with dropBoxSize as small","Should render with dropBoxSize as medium","Should render with dropBoxSize as large","Should render with getFooter","Should render with getChildren","Should render with customProps","Should render with aria properties - needSelectDownIcon as true","Should render with isPopupOpen as true - needSelectDownIcon as true","Should render with maxLength - needSelectDownIcon as true","Should render with needBorder as false - needSelectDownIcon as true","Should render with placeHolder - needSelectDownIcon as true","Should render with isReadOnly as true - needSelectDownIcon as true","Should render with isDisabled as true - needSelectDownIcon as true","Should render with textBoxSize as xsmall - needSelectDownIcon as true","Should render with textBoxSize as small - needSelectDownIcon as true","Should render with textBoxSize as medium - needSelectDownIcon as true","Should render with textBoxSize as xmedium - needSelectDownIcon as true","Should render with textBoxVariant as primary - needSelectDownIcon as true","Should render with textBoxVariant as secondary - needSelectDownIcon as true","Should render with textBoxVariant as default - needSelectDownIcon as true","Should render with textBoxVariant as light - needSelectDownIcon as true","Should render with borderColor as transparent - needSelectDownIcon as true","Should render with borderColor as default - needSelectDownIcon as true","Should render with htmlId - needSelectDownIcon as true","Should render with autoComplete as true - needSelectDownIcon as true","Should render with title - needSelectDownIcon as true","Should render with customProps TextBoxProps - needSelectDownIcon as true","Should render with aria properties - needSelectDownIcon as false","Should render with isPopupOpen as true - needSelectDownIcon as false","Should render with maxLength - needSelectDownIcon as false","Should render with needBorder as false - needSelectDownIcon as false","Should render with placeHolder - needSelectDownIcon as false","Should render with isReadOnly as true - needSelectDownIcon as false","Should render with isDisabled as true - needSelectDownIcon as false","Should render with textBoxSize as xsmall - needSelectDownIcon as false","Should render with textBoxSize as small - needSelectDownIcon as false","Should render with textBoxSize as medium - needSelectDownIcon as false","Should render with textBoxSize as xmedium - needSelectDownIcon as false","Should render with textBoxVariant as primary - needSelectDownIcon as false","Should render with textBoxVariant as secondary - needSelectDownIcon as false","Should render with textBoxVariant as default - needSelectDownIcon as false","Should render with textBoxVariant as light - needSelectDownIcon as false","Should render with borderColor as transparent - needSelectDownIcon as false","Should render with borderColor as default - needSelectDownIcon as false","Should render with htmlId - needSelectDownIcon as false","Should render with autoComplete as true - needSelectDownIcon as false","Should render with title - needSelectDownIcon as false","Should render with customProps TextBoxProps - needSelectDownIcon as false","Should render with dataId prop - dropbox open","Should render with dataId prop - isDisabled as true","Should render with dataId prop - isReadOnly as true","Should render with dataId prop - empty state and needSelectDownIcon as false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTimePopupFooter.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTimePopupHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/PopOver/__tests__/PopOver.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabContentWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownHeading.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/SelectWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownSeparator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/CalendarView.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownSearch.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/Suggestions.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Layout/__tests__/Box.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DaysRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Accordion/__tests__/Accordion.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropBox/__tests__/DropBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/semantic/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Card/__tests__/Card.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/YearView.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/Tabs.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/Tab.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/Time.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateWidget.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}}]}}}
|
|
1
|
+
{"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"switch_onoff_label_lib_a11y_2"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":676,"numberOfFails":0,"numberOfCases":676,"numberOfSuites":70,"endTime":1753791457770,"startTime":1753791430641,"coverageDetail":{"codeCoveragePercentage":74.24,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/TextBox/__tests__/TextBox.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render type - text","Should render type - password","Should render type - number","Should be render name","Should be render id","Should be render maxLength in number","Should be render maxLength in string","Should be render placeholder","Should render size - small","Should render size - xsmall","Should render size - medium","Should render size - xmedium","Should be render isReadOnly is true and needEffect is true","Should be render isReadOnly is true and needEffect is false","Should be render isReadOnly is false and needEffect is false","Should be render isDisabled is true and needEffect is true","Should be render isDisabled is true and needEffect is false","Should be render isDisabled is false and needEffect is false","Should render Varient - primary","Should render Varient - secondary","Should render Varient - default","Should render Varient - light","Should be render needBorder is false ","Should be render value in number","Should be render value in string","Should be render needReadOnlyStyle is false and isReadOnly true ","Should be render needReadOnlyStyle is false ","Should be render needReadOnlyStyle is true and isReadOnly true ","Should be render needAppearance is false ","Should be render isClickable is ture ","Should be render autofocus false ","Should be render autofocus true ","Should be render autoComplete true ","Should be render autoComplete false ","Should render borderColor - transparent","Should render borderColor - default","Should be render htmlId ","Should be render isFocus is true ","Should be render isScrollPrevent is true ","rendering ally ariaExpanded,ariaHaspopup,ariaRequired,ariaLabelledby,ariaReadonly,ariaMultiselectable is true","rendering ally ariaExpanded,ariaHaspopup,ariaRequired,ariaLabelledby,ariaReadonly,ariaMultiselectable is false","Should be render customClass ","rendering the Custom Props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Textarea/__tests__/Textarea.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render size - xsmall","Should render size - small","Should render size - xmedium","Should render size - medium","Should render size - large","Should be render placeholder","Should be render needBorder is false","Should be render text","Should be render isDisabled is true","Should render resize - horizontal","Should render resize - vertical","Should render resize - both","Should render resize - none","Should be render maxLength in number","Should be render maxLength in string","Should render animated is true - xsmall","Should render animated is true - small","Should render animated is true - xmedium","Should render animated is true - medium","Should render animated is true - large","Should render animated is false - xsmall","Should render animated is false - small","Should render animated is false - xmedium","Should render animated is false - medium","Should render animated is false - large","Should render Varient - default","Should render Varient - primary","to render eleRef prop is a function","Should be render isReadOnly is true and needEffect is true","Should be render isReadOnly is true and needEffect is false","Should be render isReadOnly is false and needEffect is false","Should be render isDisabled is true and needEffect is true","Should be render isDisabled is true and needEffect is false","Should be render isDisabled is false and needEffect is false","Should be render autofocus true ","Should be render needAppearance is false ","Should be render needReadOnlyStyle is false ","Should render borderColor - transparent","Should render borderColor - default","Should be render htmlId ","rendering ally clearLabel","Should be render customClass ","Should be render rows and cols ","Should be render rows only ","Should be render cols only ","Should be render custom Attributes "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/CheckBox/__tests__/CheckBox.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should be render ID","Should render palette and checkbox with checked - primary","Should render palette and checkbox with checked - danger","Should be disable","Should be isReadOnly","Should be render disabledTitle and title","Should be render title","Should be render text","Should render size - small","Should render size - medium","Should render size - default","Should render size - primary","Should render size - secondary","Should render size - danger","Should render size - mandatory","Should render labelSize - small","Should render labelSize - medium","Should render labelSize - large","Should be render isFilled","Should be render isClipped is false","eleRef prop is a function","Should render labelSize - default","Should render labelSize - primary","Should render active - primary","Should render active - danger","Should be render name","Should be render activeStyle is minus","Should be render dataSelectorId","rendering the Custom Props","rendering the Custom class","rendering ally ariaLabel , ariaLabelledby, ariaHidden,ariaChecked,role true and entering their values","rendering ally ariaLabel , ariaLabelledby, ariaHidden,ariaChecked,role false and entering their values"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should render with text prop","Should render with children prop","Should apply custom styles from customStyle prop","Should apply custom classes from customClass prop","Should be disabled when disabled prop is true","Should expose element with getRef prop","Should trigger onClick function","Should not trigger onClick when disabled","Should render with correct data-id attribute","Should render with correct data-selector-id attribute","Should render with correct title attribute","Should render with correct id attribute","Should apply a11y props correctly","Should apply customProps correctly"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/TextBoxIcon/__tests__/TextBoxIcon.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render type - text","Should render type - password","Should render type - number","Should be render name","Should be render id","Should be render placeholder","Should render size - small","Should render size - xsmall","Should render size - medium","Should render size - xmedium","Should be render isDisabled is true","Should be render isReadOnly is true","Should be render isReadOnly is true , needEffect is false","Should be render children","Should be render value is string and length greater than 1","Should be render value is number","Should be render value is string and length less than 1","Should be render iconRotated is true","Should be render needBorder is false","Should render Varient - primary","Should render Varient - secondary","Should render Varient - default","Should be render title","Should be render needReadOnlyStyle is false","Should be render isClickable is true","Should be render needEffect is false","Should render borderColor - transparent","Should render borderColor - default","Should render borderColor - error","Should be render showClearIcon is true","Should be render htmlId ","Should be render iconOnHover is true , iconOnHover, isDisabled is true ","Should be render iconOnHover is true , iconOnHover, isDisabled is false ","Should be render isFocus is true ","rendering the Custom class","rendering the Custom Props","rendering the i18n value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tag/__tests__/Tag.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should be render imageURL and hasAvatar","Should be render text","Should be render initial","Should render size - small","Should render size - medium","Should render onRemove - small","Should render onRemove - medium","Should render active - palette default, size small , closePalette danger","Should render active - palette danger, size small , closePalette danger","Should render active - palette secondary, size small , closePalette danger","Should render active - palette pureDotted, size small , closePalette danger","Should render active - palette primaryDotted, size small , closePalette danger","Should render active - palette dark, size small , closePalette danger","Should render active - palette pureDarkDotted, size small , closePalette danger","Should render active - palette darkPrimaryDotted, size small , closePalette danger","Should render active - palette defaultLink, size small , closePalette danger","Should render active - palette default, size small , closePalette primary","Should render active - palette danger, size small , closePalette primary","Should render active - palette secondary, size small , closePalette primary","Should render active - palette pureDotted, size small , closePalette primary","Should render active - palette primaryDotted, size small , closePalette primary","Should render active - palette dark, size small , closePalette primary","Should render active - palette pureDarkDotted, size small , closePalette primary","Should render active - palette darkPrimaryDotted, size small , closePalette primary","Should render active - palette defaultLink, size small , closePalette primary","Should render active - palette default, size medium , closePalette danger","Should render active - palette danger, size medium , closePalette danger","Should render active - palette secondary, size medium , closePalette danger","Should render active - palette pureDotted, size medium , closePalette danger","Should render active - palette primaryDotted, size medium , closePalette danger","Should render active - palette dark, size medium , closePalette danger","Should render active - palette pureDarkDotted, size medium , closePalette danger","Should render active - palette darkPrimaryDotted, size medium , closePalette danger","Should render active - palette defaultLink, size medium , closePalette danger","Should render active - palette default, size medium , closePalette primary","Should render active - palette danger, size medium , closePalette primary","Should render active - palette secondary, size medium , closePalette primary","Should render active - palette pureDotted, size medium , closePalette primary","Should render active - palette primaryDotted, size medium , closePalette primary","Should render active - palette dark, size medium , closePalette primary","Should render active - palette pureDarkDotted, size medium , closePalette primary","Should render active - palette darkPrimaryDotted, size medium , closePalette primary","Should render active - palette defaultLink, size medium , closePalette primary","Should be render rounded is false","Should render palette - default","Should render palette - danger","Should render palette - secondary","Should render palette - pureDotted","Should render palette - primaryDotted","Should render palette - dark","Should render palette - pureDarkDotted","Should render palette - darkPrimaryDotted","Should render palette - defaultLink","Should be render disabled is true","Should be render disabled is false","Should render closePalette - danger","Should render closePalette - primary","Should be render onSelectTag","Should be render closeTitle","Should be render dataId when active if false","Should be render dataId when active if true","Should be render iconName and iconSize","Should be render tooltip","Should render avatarPalette - default","Should render avatarPalette - danger","Should render avatarPalette - secondary","Should render avatarPalette - pureDotted","Should render avatarPalette - primaryDotted","Should render avatarPalette - dark","Should render avatarPalette - pureDarkDotted","Should render avatarPalette - darkPrimaryDotted","Should render avatarPalette - defaultLink","Should be render needEffect is false","Should be render isReadOnly is true","rendering the Custom class","rendering ally clearLabel","rendering with customAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Avatar/__tests__/Avatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the palette of- default","rendering the shape of- circle","rendering the shape of- square","rendering the size of- xxsmall","rendering the size of- small","rendering the size of- xsmall","rendering the size of- medium","rendering the size of- xmedium","rendering the size of- large","rendering the size of- xlarge","rendering the size of- white","rendering the size of- black","rendering src","rendering Name in 2 Word","rendering title","rendering needTitle","rendering initial","rendering NeedBorder false","rendering BorderOnActive true","rendering borderOnHover true","rendering customClass true","rendering alternateSrc","rendering showAlternateAvatar is enabled border get disabled","rendering isAnimate is false","rendering needInnerBorder is true","rendering showDefaultBorder is true","rendering the Custom props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Radio/__tests__/Radio.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the ID","rendering the Name","rendering the Value","rendering palette - primary","rendering palette - danger","rendering the Checked is true for palette - primary","rendering the Checked is true for palette - danger","rendering the disabled is true for palette - primary","rendering the disabled is true for palette - danger","rendering the isReadOnly is true","rendering the disabledTitle","rendering the title","rendering the text","rendering labelPalette - default","rendering labelPalette - primary","rendering labelPalette - danger","rendering labelPalette - mandatory","rendering size - small","rendering size - medium","rendering labelSize - small","rendering labelSize - medium","rendering labelSize - large","rendering labelSize - primary","rendering labelSize - default","rendering the active is true - primary","rendering the active is true - danger","rendering the isFilled is false","rendering the customClass of customRadioWrap,customRadio,customLabel ","rendering ally ariaChecked true","rendering ally ariaHidden , ariaChecked, ariaReadonly fasle true","rendering ally ariaHidden , ariaChecked, ariaReadonly is false","rendering the accessMode when isReadOnly ","rendering the accessMode when disabled ","getRef prop is a function","renders with different onClick props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/AvatarTeam/__tests__/AvatarTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the Props of Avatar","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the sizes of- xxsmall","rendering the sizes of- small","rendering the sizes of- xsmall","rendering the sizes of- medium","rendering the sizes of- xmedium","rendering the sizes of- large","rendering the sizes of- xlarge","rendering the textPalette of- white","rendering the textPalette of- black","rendering borderOnActive","rendering border is true","rendering the onClick prop with asFragment and toMatchSnapshot","rendering the palette with isFilled of- primary","rendering the palette with isFilled of- secondary","rendering the palette with isFilled of- info","rendering CustomClass - customAvatar","rendering CustomClass - customAvatarTeam","rendering customProps - AvatarTeamProps","rendering customProps - AvatarProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Switch/__tests__/Switch.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the checked","rendering the dataId","rendering the disabled and disableTitle","rendering the text","rendering the ID","rendering the isReadOnly","rendering the size of- small","rendering the size of- medium","rendering the labelSize of- small","rendering the labelSize of- medium","rendering the labelSize of- large","rendering the labelSize of- default","rendering the labelSize of- primary","rendering the labelSize of- secondary","rendering the labelSize of- danger","rendering the labelSize of- mandatory","rendering the Name","rendering the Title","rendering the Value","rendering the CustomClass","rendering the CustomProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Label/__tests__/Label.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the type of- title","rendering the type of- subtitle","rendering the palette of- default","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- danger","rendering the palette of- mandatory","rendering the palette of- disable","rendering the palette of- dark","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the clipped is true","rendering the title","rendering the variant of- primary","rendering the variant of- default","rendering the customClass","rendering the Id","rendering the htmlFor","rendering the onClick prop with asFragment and toMatchSnapshot"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/AppContainer/__tests__/AppContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the customClass","rendering the needTooltip is false","rendering the tooltipClass","rendering the tooltipParentClass","rendering the Custom props","eleRef prop is a function","rendering the childern as element","rendering the childern as element in array"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/RippleEffect/__tests__/RippleEffect.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true","rendering isDisabled is true","rendering the palette of- default","rendering the palette of- primary","rendering the palette of- primaryLight","rendering the palette of- primaryFilled","rendering the palette of- primaryDark","rendering the palette of- green","rendering the palette of- danger","rendering hoverType of- default","rendering hoverType of- border","rendering hoverType of- bg","rendering isNeedEffect is false","rendering needBorder is false","rendering isCopyTextEnabled is false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Stencils/__tests__/Stencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- dark","rendering the shape of- rect","rendering the shape of- circle","rendering the shape of- square","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- default","rendering without animation","rendering the customClass"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Ribbon/__tests__/Ribbon.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- default","rendering the palette of- danger","rendering the palette of- primary","rendering the palette of- secondary","rendering the palette of- info","rendering the palette of- dark","rendering the type - default","rendering the type - flag","rendering the type - plain","rendering the type - ribbon","rendering the type - box","rendering the type - stamp","rendering the type - sticker","rendering the type - tag","rendering children ","rendering the size - small","rendering the size - medium","rendering the size - large","rendering the size - xlarge","rendering the customClass"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithCheckBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithCheckBox with secondaryValue","ListItemWithCheckBox with secondaryValue text and LHS align start","ListItemWithCheckBox with secondaryValue text and LHS align center","ListItemWithCheckBox with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithAvatar with secondaryValue","ListItemWithAvatar with secondaryValue text and LHS align start","ListItemWithAvatar with secondaryValue text and LHS align center","ListItemWithAvatar with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithIcon with secondaryValue","ListItemWithIcon with secondaryValue text and LHS align start","ListItemWithIcon with secondaryValue text and LHS align center","ListItemWithIcon with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItemWithRadio.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListItemWithRadio with secondaryValue","ListItemWithRadio with secondaryValue text and LHS align start","ListItemWithRadio with secondaryValue text and LHS align center","ListItemWithRadio with secondaryValue text and LHS align end"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Modal/__tests__/Modal.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/v1/Switch/__tests__/Switch.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the Switch with Checked","rendering the Switch with Disabled"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js","CaseList":{"passedCaseList":["rendering the defult props","renders when isActive is true","renders when isActive is true and isArrow is false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/SelectedOptions.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the basic select options"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Heading/__tests__/Heading.spec.js","CaseList":{"passedCaseList":["rendering the defult props","Should render whiteSpace of Heading - normal","Should render whiteSpace of Heading - nowrap","Should render whiteSpace of Heading - pre","Should render whiteSpace of Heading - pre-line","Should render whiteSpace of Heading - pre-wrap","Should render whiteSpace of Heading - break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabLayout.spec.js","CaseList":{"passedCaseList":["rendering the align prop of - vertical","rendering the align prop of - horizontal","rendering the align prop of - vertical-reverse","rendering the align prop of - horizontal-reverse"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Accordion/__tests__/AccordionItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","ListContainer with Align Base Line"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelectHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the basic value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/AdvancedMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the options array with objects and string","rendering the options array with only objects using allowValueFallback"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Animation/__tests__/Animation.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/GroupSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/SelectWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabContent.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/EmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTime.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive is true and isDefaultPosition is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/Select.spec.js","CaseList":{"passedCaseList":["Should render the Select component","Should render the placeholder when there is no default value","Should render the default selected value","Should render the given selected value","Should open the dropdown, when click on the input","Should open the dropdown, when press down arrow on the input","Should open the dropdown, when isPopupOpenOnEnter is true. If press enter key on the input","Should open the dropdown, when isPopupOpenOnEnter is true. If press tab key on the input","Should show the empty message when open the dropdown with no options","Should render given the options","Should trigger the onChange event when select an option","Should update the value when select the option","Should focus the search input, when open the dropdown","Should render the only options matching search value","Should trigger given onSearch, when type on the search input","Should render all the options when search value is cleared","Should not open the dropdown when disabled","Should not open the dropdown when readonly","Should close the dropdown when clicking outside","Should show the custom empty state using getCustomEmptyState prop, when there is no matching options search value","Should call the onKeyDown function, when press any key in the input element","Should highlight the next list-items, when arrow keys pressed","Should update the value, when select the option using keyboard","Should close the dropdown and focus the select input, when press escape key","Should close the dropdown and trigger the onchange, when press tab key","Should trigger getNextOptions, when scroll to the end of the dropbox list and isNextOptions is true","Should trigger getNextOptions, when search with needLocalSearch is false","Should trigger onChange, when type on select input with autoSelectOnType is true","Should trigger onAddNewOption, when click on the custom search empty state button","Should trigger the onDropBoxOpen, when open the select","Should trigger the onDropBoxClose, when close the select","Should trigger the onSearch with empty string, when close the select and isSearchClearOnClose is true","Should trigger the onSearch with search string, when close the select and isSearchClearOnClose is false","Should trigger the getPopupHandlers with popup handlers, when select is mounted","Should trigger the getPopupHandlers with null, when select is unmounted","Should trigger the togglePopup with given defaultDropBoxPosition","Should trigger the onFocus, when open the select","Should trigger the getPopupHandlers with popup handlers, when select is mounted","Should not open the dropdown, when press down arrow on the input with needSelectDownIcon as false","Should open the dropdown, when press down arrow on the input with getChildren used and needSelectDownIcon as false","Should render with isParentBased as false","Should render with size as small","Should render with size as medium","Should render with iconOnHover as true","Should render with iconOnHover as true and isReadOnly as true","Should render with iconOnHover as true and isDisabled as true","Should render with title prop","Should render with dataSelectorId prop","Should render with className prop","Should render with needSelectDownIcon as false","Should render with isLoading","Should render with children","Should render with children and dropdown open","Should render with dropBoxSize as small","Should render with dropBoxSize as medium","Should render with dropBoxSize as large","Should render with getFooter","Should render with getChildren","Should render with customProps","Should render with aria properties - needSelectDownIcon as true","Should render with isPopupOpen as true - needSelectDownIcon as true","Should render with maxLength - needSelectDownIcon as true","Should render with needBorder as false - needSelectDownIcon as true","Should render with placeHolder - needSelectDownIcon as true","Should render with isReadOnly as true - needSelectDownIcon as true","Should render with isDisabled as true - needSelectDownIcon as true","Should render with textBoxSize as xsmall - needSelectDownIcon as true","Should render with textBoxSize as small - needSelectDownIcon as true","Should render with textBoxSize as medium - needSelectDownIcon as true","Should render with textBoxSize as xmedium - needSelectDownIcon as true","Should render with textBoxVariant as primary - needSelectDownIcon as true","Should render with textBoxVariant as secondary - needSelectDownIcon as true","Should render with textBoxVariant as default - needSelectDownIcon as true","Should render with textBoxVariant as light - needSelectDownIcon as true","Should render with borderColor as transparent - needSelectDownIcon as true","Should render with borderColor as default - needSelectDownIcon as true","Should render with htmlId - needSelectDownIcon as true","Should render with autoComplete as true - needSelectDownIcon as true","Should render with title - needSelectDownIcon as true","Should render with customProps TextBoxProps - needSelectDownIcon as true","Should render with aria properties - needSelectDownIcon as false","Should render with isPopupOpen as true - needSelectDownIcon as false","Should render with maxLength - needSelectDownIcon as false","Should render with needBorder as false - needSelectDownIcon as false","Should render with placeHolder - needSelectDownIcon as false","Should render with isReadOnly as true - needSelectDownIcon as false","Should render with isDisabled as true - needSelectDownIcon as false","Should render with textBoxSize as xsmall - needSelectDownIcon as false","Should render with textBoxSize as small - needSelectDownIcon as false","Should render with textBoxSize as medium - needSelectDownIcon as false","Should render with textBoxSize as xmedium - needSelectDownIcon as false","Should render with textBoxVariant as primary - needSelectDownIcon as false","Should render with textBoxVariant as secondary - needSelectDownIcon as false","Should render with textBoxVariant as default - needSelectDownIcon as false","Should render with textBoxVariant as light - needSelectDownIcon as false","Should render with borderColor as transparent - needSelectDownIcon as false","Should render with borderColor as default - needSelectDownIcon as false","Should render with htmlId - needSelectDownIcon as false","Should render with autoComplete as true - needSelectDownIcon as false","Should render with title - needSelectDownIcon as false","Should render with customProps TextBoxProps - needSelectDownIcon as false","Should render with dataId prop - dropbox open","Should render with dataId prop - isDisabled as true","Should render with dataId prop - isReadOnly as true","Should render with dataId prop - empty state and needSelectDownIcon as false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Select/__tests__/SelectWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Layout/__tests__/Container.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTimePopupFooter.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTimePopupHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/PopOver/__tests__/PopOver.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/TabContentWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownHeading.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownSeparator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Layout/__tests__/Box.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/Suggestions.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/CalendarView.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownSearch.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Accordion/__tests__/Accordion.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DaysRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/ListItem/__tests__/ListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DropBox/__tests__/DropBox.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/semantic/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/YearView.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Card/__tests__/Card.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/Tab.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/Time.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/Tab/__tests__/Tabs.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/components/src/DateTime/__tests__/DateWidget.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}}]}}}
|