Repository URL to install this package:
|
Version:
3.14.0-rc.0 ▾
|
@doodle/components
/
junit.xml
|
|---|
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="143" failures="0" time="9.172">
<testsuite name="CustomRadioButtons" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.056" tests="8">
<testcase classname="CustomRadioButtons should match a snapshot" name="CustomRadioButtons should match a snapshot" time="0.013">
</testcase>
<testcase classname="CustomRadioButtons should set the selected option as checked" name="CustomRadioButtons should set the selected option as checked" time="0.005">
</testcase>
<testcase classname="CustomRadioButtons should call the function provided with the onChange prop when the change event on the input is called" name="CustomRadioButtons should call the function provided with the onChange prop when the change event on the input is called" time="0.014">
</testcase>
<testcase classname="CustomRadioButtons should render the correct title" name="CustomRadioButtons should render the correct title" time="0.002">
</testcase>
<testcase classname="CustomRadioButtons should render the correct amount of options" name="CustomRadioButtons should render the correct amount of options" time="0.002">
</testcase>
<testcase classname="CustomRadioButtons should render the correct amount of options if there is only one option and set the correct class" name="CustomRadioButtons should render the correct amount of options if there is only one option and set the correct class" time="0.013">
</testcase>
<testcase classname="CustomRadioButtons should set the correct classes for the last and the first element" name="CustomRadioButtons should set the correct classes for the last and the first element" time="0.004">
</testcase>
<testcase classname="CustomRadioButtons should set the correct classes for the middle elements" name="CustomRadioButtons should set the correct classes for the middle elements" time="0.004">
</testcase>
</testsuite>
<testsuite name="MeetingTypeSelector" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.193" tests="8">
<testcase classname="MeetingTypeSelector should match a snapshot" name="MeetingTypeSelector should match a snapshot" time="0.018">
</testcase>
<testcase classname="MeetingTypeSelector contains only buttons that are not selected if the defaultMeetingType property is not defined" name="MeetingTypeSelector contains only buttons that are not selected if the defaultMeetingType property is not defined" time="0.009">
</testcase>
<testcase classname="MeetingTypeSelector renders the component with the GROUP radio button already selected when defaultMeetingType is set to GROUP" name="MeetingTypeSelector renders the component with the GROUP radio button already selected when defaultMeetingType is set to GROUP" time="0.008">
</testcase>
<testcase classname="MeetingTypeSelector renders the component with the ONE_TO_ONE radio button already selected when defaultMeetingType is set to ONE_TO_ONE" name="MeetingTypeSelector renders the component with the ONE_TO_ONE radio button already selected when defaultMeetingType is set to ONE_TO_ONE" time="0.001">
</testcase>
<testcase classname="MeetingTypeSelector renders the component with the ONE_TO_MANY radio button already selected when defaultMeetingType is set to ONE_TO_MANY" name="MeetingTypeSelector renders the component with the ONE_TO_MANY radio button already selected when defaultMeetingType is set to ONE_TO_MANY" time="0.003">
</testcase>
<testcase classname="MeetingTypeSelector should call the onSelect callback on change of the "GROUP Meeting" radio button" name="MeetingTypeSelector should call the onSelect callback on change of the "GROUP Meeting" radio button" time="0.004">
</testcase>
<testcase classname="MeetingTypeSelector should call the onSelect callback on change of the "ONE_TO_ONE Meeting" radio button" name="MeetingTypeSelector should call the onSelect callback on change of the "ONE_TO_ONE Meeting" radio button" time="0.002">
</testcase>
<testcase classname="MeetingTypeSelector should call the onSelect callback on change of the "ONE_TO_MANY Meeting" radio button" name="MeetingTypeSelector should call the onSelect callback on change of the "ONE_TO_MANY Meeting" radio button" time="0.002">
</testcase>
</testsuite>
<testsuite name="CopyLink" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.23" tests="2">
<testcase classname="CopyLink should match a snapshot" name="CopyLink should match a snapshot" time="0.032">
</testcase>
<testcase classname="CopyLink should handle click event" name="CopyLink should handle click event" time="0.077">
</testcase>
</testsuite>
<testsuite name="Tooltip" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.315" tests="1">
<testcase classname="Tooltip should match a snapshot" name="Tooltip should match a snapshot" time="0.02">
</testcase>
</testsuite>
<testsuite name="Test Menu" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.4" tests="2">
<testcase classname="Test Menu Test menu position should be at bottom by default" name="Test Menu Test menu position should be at bottom by default" time="0.013">
</testcase>
<testcase classname="Test Menu Test menu position should be at top if top position is passed" name="Test Menu Test menu position should be at top if top position is passed" time="0.002">
</testcase>
</testsuite>
<testsuite name="ImageUpload" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.513" tests="16">
<testcase classname="ImageUpload when imageUrl is not provided should match a snapshot" name="ImageUpload when imageUrl is not provided should match a snapshot" time="0.102">
</testcase>
<testcase classname="ImageUpload when imageUrl is not provided should click on input when upload button is clicked" name="ImageUpload when imageUrl is not provided should click on input when upload button is clicked" time="0.018">
</testcase>
<testcase classname="ImageUpload when imageUrl is not provided should click on input when preview button is clicked" name="ImageUpload when imageUrl is not provided should click on input when preview button is clicked" time="0.017">
</testcase>
<testcase classname="ImageUpload when imageUrl is provided should match a snapshot" name="ImageUpload when imageUrl is provided should match a snapshot" time="0.008">
</testcase>
<testcase classname="ImageUpload when imageUrl is provided should call onChange on delete with no arguments" name="ImageUpload when imageUrl is provided should call onChange on delete with no arguments" time="0.012">
</testcase>
<testcase classname="ImageUpload when imageUrl is provided should disable upload and delete buttons when isLoading is true" name="ImageUpload when imageUrl is provided should disable upload and delete buttons when isLoading is true" time="0.017">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should match snapshot" name="ImageUpload when imageSrc state is provided should match snapshot" time="0.012">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should show modal" name="ImageUpload when imageSrc state is provided should show modal" time="0.035">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided pass imageSrc down as imageSrc prop to ImageCropper" name="ImageUpload when imageSrc state is provided pass imageSrc down as imageSrc prop to ImageCropper" time="0.007">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should call onChange when apply button is clicked" name="ImageUpload when imageSrc state is provided should call onChange when apply button is clicked" time="0.017">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should hide modal and reset state when cancel button is clicked" name="ImageUpload when imageSrc state is provided should hide modal and reset state when cancel button is clicked" time="0.013">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should set correct aspect ratio for logo" name="ImageUpload when imageSrc state is provided should set correct aspect ratio for logo" time="0.022">
</testcase>
<testcase classname="ImageUpload when imageSrc state is provided should set correct aspect ratio for background" name="ImageUpload when imageSrc state is provided should set correct aspect ratio for background" time="0.021">
</testcase>
<testcase classname="ImageUpload handleChange should call checkFileSize if there is a file" name="ImageUpload handleChange should call checkFileSize if there is a file" time="0.007">
</testcase>
<testcase classname="ImageUpload handleCancelUploadFile should reset all state" name="ImageUpload handleCancelUploadFile should reset all state" time="0.014">
</testcase>
<testcase classname="ImageUpload handleChangeFile should reset all state" name="ImageUpload handleChangeFile should reset all state" time="0.003">
</testcase>
</testsuite>
<testsuite name="MultiEmailSelect ActivateSuggestions" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.478" tests="3">
<testcase classname="MultiEmailSelect ActivateSuggestions matches a snapshot" name="MultiEmailSelect ActivateSuggestions matches a snapshot" time="0.008">
</testcase>
<testcase classname="MultiEmailSelect ActivateSuggestions should call the closeMenu function and onSilentButtonClick function when prop is provided and the silent button is clicked" name="MultiEmailSelect ActivateSuggestions should call the closeMenu function and onSilentButtonClick function when prop is provided and the silent button is clicked" time="0.234">
</testcase>
<testcase classname="MultiEmailSelect ActivateSuggestions should call the closeMenu function and not call the onSilentButtonClick if prop is not provided and the silent button is clicked" name="MultiEmailSelect ActivateSuggestions should call the closeMenu function and not call the onSilentButtonClick if prop is not provided and the silent button is clicked" time="0.027">
</testcase>
</testsuite>
<testsuite name="Button" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.451" tests="2">
<testcase classname="Button matches the snapshot: basic button" name="Button matches the snapshot: basic button" time="0.086">
</testcase>
<testcase classname="Button matches the snapshot: link" name="Button matches the snapshot: link" time="0.004">
</testcase>
</testsuite>
<testsuite name="ColorPicker" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.668" tests="11">
<testcase classname="ColorPicker when a browser supports input color should call onColorChange on changing input value" name="ColorPicker when a browser supports input color should call onColorChange on changing input value" time="0.033">
</testcase>
<testcase classname="ColorPicker when a browser supports input color when current color is equal to default color matches a snapshot" name="ColorPicker when a browser supports input color when current color is equal to default color matches a snapshot" time="0.013">
</testcase>
<testcase classname="ColorPicker when a browser supports input color when current color is not equal to default color matches a snapshot" name="ColorPicker when a browser supports input color when current color is not equal to default color matches a snapshot" time="0.002">
</testcase>
<testcase classname="ColorPicker when a browser supports input color when current color is not equal to default color should call onColorChange on reset button click" name="ColorPicker when a browser supports input color when current color is not equal to default color should call onColorChange on reset button click" time="0.003">
</testcase>
<testcase classname="ColorPicker when a browser supports input color should trigger input click on button click" name="ColorPicker when a browser supports input color should trigger input click on button click" time="0.094">
</testcase>
<testcase classname="ColorPicker when a browser does not support input color should call onColorChange on changing input value" name="ColorPicker when a browser does not support input color should call onColorChange on changing input value" time="0.002">
</testcase>
<testcase classname="ColorPicker when a browser does not support input color when current color is equal to default color matches a snapshot" name="ColorPicker when a browser does not support input color when current color is equal to default color matches a snapshot" time="0.001">
</testcase>
<testcase classname="ColorPicker when a browser does not support input color when current color is not equal to default color matches a snapshot" name="ColorPicker when a browser does not support input color when current color is not equal to default color matches a snapshot" time="0.001">
</testcase>
<testcase classname="ColorPicker when a browser does not support input color when current color is not equal to default color should call onColorChange on reset button click" name="ColorPicker when a browser does not support input color when current color is not equal to default color should call onColorChange on reset button click" time="0.002">
</testcase>
<testcase classname="ColorPicker when color is not valid should match snapshot" name="ColorPicker when color is not valid should match snapshot" time="0.025">
</testcase>
<testcase classname="ColorPicker when it is disabled should match snapshot" name="ColorPicker when it is disabled should match snapshot" time="0.001">
</testcase>
</testsuite>
<testsuite name="ImageCropper" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="3.692" tests="8">
<testcase classname="ImageCropper should match snapshot" name="ImageCropper should match snapshot" time="0.033">
</testcase>
<testcase classname="ImageCropper should call onSaveCroppedImage with croppedAreaPixels when Apply button is clicked" name="ImageCropper should call onSaveCroppedImage with croppedAreaPixels when Apply button is clicked" time="0.023">
</testcase>
<testcase classname="ImageCropper should call onCancelCroppedImage when Cancel button is clicked" name="ImageCropper should call onCancelCroppedImage when Cancel button is clicked" time="0.003">
</testcase>
<testcase classname="ImageCropper should have image prop as imageSrc" name="ImageCropper should have image prop as imageSrc" time="0.022">
</testcase>
<testcase classname="ImageCropper minZoom and maxZoom props should match input range" name="ImageCropper minZoom and maxZoom props should match input range" time="0.027">
</testcase>
<testcase classname="ImageCropper sets new crop state when onCropChange called" name="ImageCropper sets new crop state when onCropChange called" time="0.023">
</testcase>
<testcase classname="ImageCropper sets new croppedAreaPixels state when onCropComplete is called" name="ImageCropper sets new croppedAreaPixels state when onCropComplete is called" time="0.001">
</testcase>
<testcase classname="ImageCropper sets new zoom state when onZoomChange is called" name="ImageCropper sets new zoom state when onZoomChange is called" time="0.004">
</testcase>
</testsuite>
<testsuite name="MultiEmailSelect Menu" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:35" time="1.085" tests="3">
<testcase classname="MultiEmailSelect Menu matches a snapshot" name="MultiEmailSelect Menu matches a snapshot" time="0.005">
</testcase>
<testcase classname="MultiEmailSelect Menu it should render the active suggestions component if activateSuggestions props are being passed" name="MultiEmailSelect Menu it should render the active suggestions component if activateSuggestions props are being passed" time="0.003">
</testcase>
<testcase classname="MultiEmailSelect Menu it should render the active suggestions component if activateSuggestions props are being passed" name="MultiEmailSelect Menu it should render the active suggestions component if activateSuggestions props are being passed" time="0.02">
</testcase>
</testsuite>
<testsuite name="MultiEmailSelect Option" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:35" time="1.082" tests="4">
<testcase classname="MultiEmailSelect Option matches a snapshot" name="MultiEmailSelect Option matches a snapshot" time="0.003">
</testcase>
<testcase classname="MultiEmailSelect Option it shows the addDomainText if the input value is a domain" name="MultiEmailSelect Option it shows the addDomainText if the input value is a domain" time="0.02">
</testcase>
<testcase classname="MultiEmailSelect Option it shows the newOptionText if the input value is a new option" name="MultiEmailSelect Option it shows the newOptionText if the input value is a new option" time="0.002">
</testcase>
<testcase classname="MultiEmailSelect Option it shows the alreadyInListText if the input value is already in the selected list" name="MultiEmailSelect Option it shows the alreadyInListText if the input value is already in the selected list" time="0.002">
</testcase>
</testsuite>
<testsuite name="Test Language Menu" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:35" time="0.891" tests="4">
<testcase classname="Test Language Menu should render all entries from items list" name="Test Language Menu should render all entries from items list" time="0.011">
</testcase>
<testcase classname="Test Language Menu should add "span" tag to the menu wrapper when item prop does not contains link" name="Test Language Menu should add "span" tag to the menu wrapper when item prop does not contains link" time="0.002">
</testcase>
<testcase classname="Test Language Menu should add "nav" tag to the menu wrapper when item prop contains link" name="Test Language Menu should add "nav" tag to the menu wrapper when item prop contains link" time="0.002">
</testcase>
<testcase classname="Test Language Menu matches the snapshot" name="Test Language Menu matches the snapshot" time="0.003">
</testcase>
</testsuite>
<testsuite name="InputFieldForPassword" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:35" time="1.108" tests="4">
<testcase classname="InputFieldForPassword changes the input type to "text" when the button is clicked" name="InputFieldForPassword changes the input type to "text" when the button is clicked" time="0.047">
</testcase>
<testcase classname="InputFieldForPassword changes the input type back to "password" when the button is clicked again" name="InputFieldForPassword changes the input type back to "password" when the button is clicked again" time="0.016">
</testcase>
<testcase classname="InputFieldForPassword matches the snapshot: password hidden" name="InputFieldForPassword matches the snapshot: password hidden" time="0.002">
</testcase>
<testcase classname="InputFieldForPassword matches the snapshot: password visible" name="InputFieldForPassword matches the snapshot: password visible" time="0.001">
</testcase>
</testsuite>
<testsuite name="TimezonePicker" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.982" tests="2">
<testcase classname="TimezonePicker renders a CustomSelect" name="TimezonePicker renders a CustomSelect" time="0.063">
</testcase>
<testcase classname="TimezonePicker contains the timezone options" name="TimezonePicker contains the timezone options" time="0.008">
</testcase>
</testsuite>
<testsuite name="Footer" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.95" tests="3">
<testcase classname="Footer matches a snapshot" name="Footer matches a snapshot" time="0.002">
</testcase>
<testcase classname="Footer should concatenate the passed className with "Footer ", when passed" name="Footer should concatenate the passed className with "Footer ", when passed" time="0.001">
</testcase>
<testcase classname="Footer should render the right component inside the right section" name="Footer should render the right component inside the right section" time="0.003">
</testcase>
</testsuite>
<testsuite name="Pattern" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.983" tests="6">
<testcase classname="Pattern should match a snapshot" name="Pattern should match a snapshot" time="0.002">
</testcase>
<testcase classname="Pattern when className is passed should match a snapshot" name="Pattern when className is passed should match a snapshot" time="0.002">
</testcase>
<testcase classname="Pattern when background image is passed should match a snapshot" name="Pattern when background image is passed should match a snapshot" time="0.001">
</testcase>
<testcase classname="Pattern when background image is passed when background repeat is passed should match a snapshot" name="Pattern when background image is passed when background repeat is passed should match a snapshot" time="0.001">
</testcase>
<testcase classname="Pattern when background image is passed when color is passed should match a snapshot" name="Pattern when background image is passed when color is passed should match a snapshot" time="0.001">
</testcase>
<testcase classname="Pattern when background image is passed when default color is passed should match a snapshot" name="Pattern when background image is passed when default color is passed should match a snapshot" time="0.002">
</testcase>
</testsuite>
<testsuite name="Toggle" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.866" tests="6">
<testcase classname="Toggle should match a snapshot" name="Toggle should match a snapshot" time="0.003">
</testcase>
<testcase classname="Toggle should be disabled if prop is present" name="Toggle should be disabled if prop is present" time="0.002">
</testcase>
<testcase classname="Toggle should show label if prop is present" name="Toggle should show label if prop is present" time="0.002">
</testcase>
<testcase classname="Toggle should show sublabel if prop is present" name="Toggle should show sublabel if prop is present" time="0.001">
</testcase>
<testcase classname="Toggle should contain dark variant" name="Toggle should contain dark variant" time="0.001">
</testcase>
<testcase classname="Toggle should contain light variant" name="Toggle should contain light variant" time="0">
</testcase>
</testsuite>
<testsuite name="MultiEmailSelect LimitIndicator" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="1.045" tests="3">
<testcase classname="MultiEmailSelect LimitIndicator matches a snapshot" name="MultiEmailSelect LimitIndicator matches a snapshot" time="0.09">
</testcase>
<testcase classname="MultiEmailSelect LimitIndicator it renders the indicator if the threshold is reached" name="MultiEmailSelect LimitIndicator it renders the indicator if the threshold is reached" time="0.021">
</testcase>
<testcase classname="MultiEmailSelect LimitIndicator it does not render the indicator if the threshold is not reached" name="MultiEmailSelect LimitIndicator it does not render the indicator if the threshold is not reached" time="0.004">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.662" tests="1">
<testcase classname=" checking if text is copied" name=" checking if text is copied" time="0.003">
</testcase>
</testsuite>
<testsuite name="CustomSelect" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.617" tests="2">
<testcase classname="CustomSelect should match a snapshot" name="CustomSelect should match a snapshot" time="0.002">
</testcase>
<testcase classname="CustomSelect should match a snapshot when its not valid" name="CustomSelect should match a snapshot when its not valid" time="0.002">
</testcase>
</testsuite>
<testsuite name="LogoLink" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.944" tests="3">
<testcase classname="LogoLink when logoUrl is provided should match a snapshot" name="LogoLink when logoUrl is provided should match a snapshot" time="0.004">
</testcase>
<testcase classname="LogoLink when logoUrl is not provided should match a snapshot" name="LogoLink when logoUrl is not provided should match a snapshot" time="0.002">
</testcase>
<testcase classname="LogoLink when redirectUrl is not provided should match a snapshot" name="LogoLink when redirectUrl is not provided should match a snapshot" time="0.001">
</testcase>
</testsuite>
<testsuite name="DateStack" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.727" tests="1">
<testcase classname="DateStack matches snapshot" name="DateStack matches snapshot" time="0.002">
</testcase>
</testsuite>
<testsuite name="isTouch" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.627" tests="4">
<testcase classname="isTouch should show touch if ontouchstart exists" name="isTouch should show touch if ontouchstart exists" time="0.001">
</testcase>
<testcase classname="isTouch should not show touch if ontouchstart doesn't exist" name="isTouch should not show touch if ontouchstart doesn't exist" time="0">
</testcase>
<testcase classname="isTouch should show touch if maxTouchPoints exists" name="isTouch should show touch if maxTouchPoints exists" time="0">
</testcase>
<testcase classname="isTouch should not show touch if maxTouchPoints doesn't exist" name="isTouch should not show touch if maxTouchPoints doesn't exist" time="0">
</testcase>
</testsuite>
<testsuite name="pickDataAttributes" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:36" time="0.674" tests="1">
<testcase classname="pickDataAttributes removes all properties that don‘t start with `data-`" name="pickDataAttributes removes all properties that don‘t start with `data-`" time="0.001">
</testcase>
</testsuite>
<testsuite name="MultiEmailSelect" errors="0" failures="0" skipped="0" timestamp="2020-04-08T11:02:32" time="5.558" tests="35">
<testcase classname="MultiEmailSelect matches a snapshot" name="MultiEmailSelect matches a snapshot" time="0.193">
</testcase>
<testcase classname="MultiEmailSelect does not display the suggestion menu if there are less then 3 characters" name="MultiEmailSelect does not display the suggestion menu if there are less then 3 characters" time="0.09">
</testcase>
<testcase classname="MultiEmailSelect displays the suggestion menu if there are 3 or more characters" name="MultiEmailSelect displays the suggestion menu if there are 3 or more characters" time="0.088">
</testcase>
<testcase classname="MultiEmailSelect displays the correct option in the suggestion menu if there are 3 or more characters" name="MultiEmailSelect displays the correct option in the suggestion menu if there are 3 or more characters" time="0.075">
</testcase>
<testcase classname="MultiEmailSelect adds a domain to the selected option" name="MultiEmailSelect adds a domain to the selected option" time="0.083">
</testcase>
<testcase classname="MultiEmailSelect adds a domain to the selected option" name="MultiEmailSelect adds a domain to the selected option" time="0.085">
</testcase>
<testcase classname="MultiEmailSelect does not add a new email adress to the selected option if it has multiple @s" name="MultiEmailSelect does not add a new email adress to the selected option if it has multiple @s" time="0.064">
</testcase>
<testcase classname="MultiEmailSelect does add inputs that are neither emails, domains or options" name="MultiEmailSelect does add inputs that are neither emails, domains or options" time="0.112">
</testcase>
<testcase classname="MultiEmailSelect adds a entry from the options to the selected options if the name of that option is entered" name="MultiEmailSelect adds a entry from the options to the selected options if the name of that option is entered" time="0.058">
</testcase>
<testcase classname="MultiEmailSelect adds pasted email to the selected options" name="MultiEmailSelect adds pasted email to the selected options" time="0.091">
</testcase>
<testcase classname="MultiEmailSelect adds multiple space sperated, pasted emails to the selected options" name="MultiEmailSelect adds multiple space sperated, pasted emails to the selected options" time="0.068">
</testcase>
<testcase classname="MultiEmailSelect adds multiple comma sperated, pasted emails to the selected options" name="MultiEmailSelect adds multiple comma sperated, pasted emails to the selected options" time="0.052">
</testcase>
<testcase classname="MultiEmailSelect adds multiple semicolon sperated, pasted emails to the selected options" name="MultiEmailSelect adds multiple semicolon sperated, pasted emails to the selected options" time="0.04">
</testcase>
<testcase classname="MultiEmailSelect adds pasted emails from complex strings to the selected options" name="MultiEmailSelect adds pasted emails from complex strings to the selected options" time="0.405">
</testcase>
<testcase classname="MultiEmailSelect should add all pasted invalid emails" name="MultiEmailSelect should add all pasted invalid emails" time="0.031">
</testcase>
<testcase classname="MultiEmailSelect should not add emails when the limit is reached" name="MultiEmailSelect should not add emails when the limit is reached" time="0.043">
</testcase>
<testcase classname="MultiEmailSelect should not add emails via paste when the limit is reached" name="MultiEmailSelect should not add emails via paste when the limit is reached" time="0.04">
</testcase>
<testcase classname="MultiEmailSelect should add all emails via paste, even when the limit is reached, while pasting the emails" name="MultiEmailSelect should add all emails via paste, even when the limit is reached, while pasting the emails" time="0.027">
</testcase>
<testcase classname="MultiEmailSelect should show the email suggestion hook if there are no options provided and the input field got valid value" name="MultiEmailSelect should show the email suggestion hook if there are no options provided and the input field got valid value" time="0.031">
</testcase>
<testcase classname="MultiEmailSelect should show the initial options in the menu if thesy are provided and the input field is focused" name="MultiEmailSelect should show the initial options in the menu if thesy are provided and the input field is focused" time="0.039">
</testcase>
<testcase classname="MultiEmailSelect should add the emails from a initial options group" name="MultiEmailSelect should add the emails from a initial options group" time="0.04">
</testcase>
<testcase classname="MultiEmailSelect should remove an initial options group from the suggestion menu after it has been selected" name="MultiEmailSelect should remove an initial options group from the suggestion menu after it has been selected" time="0.039">
</testcase>
<testcase classname="MultiEmailSelect should render provided initial values" name="MultiEmailSelect should render provided initial values" time="0.015">
</testcase>
<testcase classname="MultiEmailSelect should display the values with a custom color, when a color map is provided" name="MultiEmailSelect should display the values with a custom color, when a color map is provided" time="0.018">
</testcase>
<testcase classname="MultiEmailSelect should display the values with the default color, if there is no entry in the color map" name="MultiEmailSelect should display the values with the default color, if there is no entry in the color map" time="0.02">
</testcase>
<testcase classname="MultiEmailSelect should display invalid values with the error colour" name="MultiEmailSelect should display invalid values with the error colour" time="0.015">
</testcase>
<testcase classname="MultiEmailSelect displays name as label if value exists in contact list" name="MultiEmailSelect displays name as label if value exists in contact list" time="0.015">
</testcase>
<testcase classname="MultiEmailSelect button should be in disabled state if 1 or more invalid values" name="MultiEmailSelect button should be in disabled state if 1 or more invalid values" time="0.015">
</testcase>
<testcase classname="MultiEmailSelect button should be in disabled state if email limit has been exceeded" name="MultiEmailSelect button should be in disabled state if email limit has been exceeded" time="0.021">
</testcase>
<testcase classname="MultiEmailSelect should consider emails with an incomplete domain invalid" name="MultiEmailSelect should consider emails with an incomplete domain invalid" time="0.017">
</testcase>
<testcase classname="MultiEmailSelect should consider two emails that are not separated by a space as invalid" name="MultiEmailSelect should consider two emails that are not separated by a space as invalid" time="0.016">
</testcase>
<testcase classname="MultiEmailSelect should not accept special characters in the domain" name="MultiEmailSelect should not accept special characters in the domain" time="0.017">
</testcase>
<testcase classname="MultiEmailSelect should consider emails without a name before the domain (or subdomain) as invalid" name="MultiEmailSelect should consider emails without a name before the domain (or subdomain) as invalid" time="0.015">
</testcase>
<testcase classname="MultiEmailSelect allows text to stay inside the component when "blur" is triggered" name="MultiEmailSelect allows text to stay inside the component when "blur" is triggered" time="0.024">
</testcase>
<testcase classname="MultiEmailSelect adds a new invitee and cleans the input when an email is confirmed" name="MultiEmailSelect adds a new invitee and cleans the input when an email is confirmed" time="0.024">
</testcase>
</testsuite>
</testsuites>