react-blur-admin
Version:
React Blur Admin - Styles And Components
270 lines • 23.4 kB
text/xml
<testsuite name="PhantomJS 2.1.1 (Mac OS X 0.0.0)" package="" timestamp="2016-07-28T19:01:20" id="0" hostname="Ashleys-MBP" tests="225" errors="0" failures="0" time="0.233">
<properties>
<property name="browser.fullName" value="Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1"/>
</properties>
<testcase name=" Renders li child components" time="0.013" classname="undefined"/>
<testcase name=" Has an onClick change" time="0.012" classname="undefined"/>
<testcase name="<Alert /> Has a top div to pass in className" time="0.004" classname="<Alert />"/>
<testcase name="<Alert /> Has type of warning" time="0" classname="<Alert />"/>
<testcase name="<Alert /> Has type of info" time="0.001" classname="<Alert />"/>
<testcase name="<Alert /> Has type of danger" time="0" classname="<Alert />"/>
<testcase name="<Alert /> Has type of remove" time="0" classname="<Alert />"/>
<testcase name="<Alert /> Has a close button" time="0.001" classname="<Alert />"/>
<testcase name="<Alert /> Is dismissible" time="0" classname="<Alert />"/>
<testcase name="<Alert /> Has an onClose change" time="0.001" classname="<Alert />"/>
<testcase name="<Alert /> Should throw proptype error with invalid type property" time="0.001" classname="<Alert />"/>
<testcase name="<Alert /> Has default props Has type of success" time="0.001" classname="<Alert />"/>
<testcase name="<Breadcrumb /> Has default classes" time="0.001" classname="<Breadcrumb />"/>
<testcase name="<Breadcrumb /> className is being rendered" time="0.001" classname="<Breadcrumb />"/>
<testcase name="<Button /> Icon renders string" time="0.004" classname="<Button />"/>
<testcase name="<Button /> Custom icon is rendered" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Should be a disabled button" time="0" classname="<Button />"/>
<testcase name="<Button /> Button should not be disabled" time="0" classname="<Button />"/>
<testcase name="<Button /> Button should not be disabled by default" time="0" classname="<Button />"/>
<testcase name="<Button /> Button size should be extra small" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Button size should be small" time="0" classname="<Button />"/>
<testcase name="<Button /> Button size should be mini medium" time="0" classname="<Button />"/>
<testcase name="<Button /> Button size should be medium" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Button size should be extra medium" time="0" classname="<Button />"/>
<testcase name="<Button /> Button size should be large" time="0" classname="<Button />"/>
<testcase name="<Button /> Should throw proptype error with invalid size property" time="0" classname="<Button />"/>
<testcase name="<Button /> Should be clickable" time="0" classname="<Button />"/>
<testcase name="<Button /> Without type property Has default class" time="0" classname="<Button />"/>
<testcase name="<Button /> Without type property Should not have an icon" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Primary Should have primary class" time="0" classname="<Button />"/>
<testcase name="<Button /> Danger Should have danger class" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Danger Should have a minus icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Warning Should have warning class" time="0" classname="<Button />"/>
<testcase name="<Button /> Warning Should have a exclamation circle icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Warning Should have a default text of Warning" time="0.002" classname="<Button />"/>
<testcase name="<Button /> Info Should have info class" time="0" classname="<Button />"/>
<testcase name="<Button /> Info Should have an info circle icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Info Should have a default text of Info" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Success Should have success class" time="0" classname="<Button />"/>
<testcase name="<Button /> Success Should have a check icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Success Should have a default text of Success" time="0" classname="<Button />"/>
<testcase name="<Button /> Add Should have success class" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Add Should have a check icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Add Should have a default text of add" time="0" classname="<Button />"/>
<testcase name="<Button /> Remove Should have remove class" time="0" classname="<Button />"/>
<testcase name="<Button /> Remove Should have a minus icon" time="0" classname="<Button />"/>
<testcase name="<Button /> Remove Should have a default text of Remove" time="0" classname="<Button />"/>
<testcase name="<Button /> Default Should have default class" time="0" classname="<Button />"/>
<testcase name="<Button /> Default Should have no icon" time="0.001" classname="<Button />"/>
<testcase name="<Button /> Default Should have a default text of Default" time="0" classname="<Button />"/>
<testcase name="<EditableField/> Has default properties" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has an onChange function" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has an onValidate function" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has a value of text" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has a value of a component" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has error is true" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has error is false" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<EditableField/> Has error help label" time="0" classname="<EditableField/>">
<skipped/>
</testcase>
<testcase name="<Input/> Has default props" time="0.014" classname="<Input/>"/>
<testcase name="<Input/> Is a text type" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Has autofocus" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Is disabled" time="0" classname="<Input/>"/>
<testcase name="<Input/> Renders name" time="0.003" classname="<Input/>"/>
<testcase name="<Input/> Has label" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> ClassName is rendered" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> is not rounded" time="0" classname="<Input/>"/>
<testcase name="<Input/> is rounded" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Helplabel is rendered" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Has placeholder" time="0" classname="<Input/>"/>
<testcase name="<Input/> It has feedback icon" time="0" classname="<Input/>"/>
<testcase name="<Input/> It has a type of checkbox" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Checkbox renders green/success check" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Checkbox renders yellow/warning check" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Checkbox sends checked value onClick" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Checkbox renders red/error check" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Checkbox renders grey/no validation check" time="0" classname="<Input/>"/>
<testcase name="<Input/> Checkbox is disabled" time="0" classname="<Input/>"/>
<testcase name="<Input/> It has a type of checkbox" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> It has a type of radio" time="0" classname="<Input/>"/>
<testcase name="<Input/> It has a type of radio disabled" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Radio button sends value onClick" time="0" classname="<Input/>"/>
<testcase name="<Input/> Is addonLeft rendering text" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Is addonRight rendering text" time="0.004" classname="<Input/>"/>
<testcase name="<Input/> Is addonLeft rendering an element" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Is addonRight rendering an element" time="0" classname="<Input/>"/>
<testcase name="<Input/> Shows success state" time="0" classname="<Input/>"/>
<testcase name="<Input/> Shows success state without icon" time="0" classname="<Input/>"/>
<testcase name="<Input/> Shows fail state" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Shows warning state" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Shows addon Right" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> Shows addon Left" time="0" classname="<Input/>"/>
<testcase name="<Input/> Has an id/key" time="0" classname="<Input/>">
<skipped/>
</testcase>
<testcase name="<Input/> onValidate is called" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> onKeyDown is called" time="0" classname="<Input/>"/>
<testcase name="<Input/> It has a value of number" time="0" classname="<Input/>"/>
<testcase name="<Input/> Has a value of string" time="0" classname="<Input/>"/>
<testcase name="<Input/> Has a value of true" time="0.001" classname="<Input/>"/>
<testcase name="<Input/> onValidate is called when value is changed" time="0" classname="<Input/>"/>
<testcase name="<Loading/> Displays a spinner" time="0.009" classname="<Loading/>"/>
<testcase name="<Modal/> Should have success class" time="0.004" classname="<Modal/>"/>
<testcase name="<Modal/> Should have danger class" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Should have info class" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Should have warning class" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be extra small" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be extra small" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be small" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be small" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be medium" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be medium" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be large" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal size should be large" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Modal has an icon" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal should have title" time="0.002" classname="<Modal/>"/>
<testcase name="<Modal/> Modal does not have a title" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Modal has a className" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal should align right" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Modal should align center" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal isOpen is true" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Modal isOpen is false" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> Has an onClose change" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> Should throw proptype error with invalid type property" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> With default properties Should have a size of medium" time="0.001" classname="<Modal/>"/>
<testcase name="<Modal/> With default properties Should have a type of success" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> With default properties isOpen is false" time="0" classname="<Modal/>"/>
<testcase name="<Modal/> With default properties Modal does not have an icon" time="0" classname="<Modal/>"/>
<testcase name="<NotificationsAlert/> Has a outermost ul" time="0.005" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> contains one li" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has an a tag with dropdown toggle" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a bell icon" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a span" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a div with notification ring class" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has an i with dropdown-arr class" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a div with header clearfix class" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a text of Notifications" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a text of Mark All as Read" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a text of Settings" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a text of See all notifications" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a div with msg-list class" time="0" classname="<NotificationsAlert/>"/>
<testcase name="<NotificationsAlert/> has a span with notification count" time="0.001" classname="<NotificationsAlert/>"/>
<testcase name="<Notifications/> Has default props" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Has a position" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Newest are on top" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Newest are not on top" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Max opened is rendered" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Prevent duplicates" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Do not prevent duplicates" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Notifications/> Are notifications rendering" time="0" classname="<Notifications/>">
<skipped/>
</testcase>
<testcase name="<Page/> Page has title" time="0.01" classname="<Page/>"/>
<testcase name="<Page/> Page does not have title" time="0.002" classname="<Page/>"/>
<testcase name="<Page/> Title text is being rendered" time="0" classname="<Page/>"/>
<testcase name="<Page/> Action bar renders text" time="0.002" classname="<Page/>"/>
<testcase name="<Page/> Action bar renders elements" time="0.001" classname="<Page/>"/>
<testcase name="<Page/> Renders children" time="0.001" classname="<Page/>"/>
<testcase name="<Panel/> Panel is extra-small" time="0.008" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is extra-small" time="0.001" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is small" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is small" time="0.001" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is medium" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is medium" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is large" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is large" time="0.001" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is auto sized" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel is auto sized" time="0.001" classname="<Panel/>"/>
<testcase name="<Panel/> Panel has scroll feature" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel does not have scroll feature" time="0.001" classname="<Panel/>"/>
<testcase name="<Panel/> Panel has className" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> Panel has title" time="0.002" classname="<Panel/>"/>
<testcase name="<Panel/> Panel does not have title" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> With default properties Should have a default size of auto" time="0" classname="<Panel/>"/>
<testcase name="<Panel/> With default properties Should not have scroll" time="0" classname="<Panel/>"/>
<testcase name="<Preloader /> Contains preloader container" time="0.005" classname="<Preloader />"/>
<testcase name="<Preloader /> Contains preloader component" time="0" classname="<Preloader />"/>
<testcase name="<Preloader /> Has a third nested div" time="0.001" classname="<Preloader />"/>
<testcase name="<ProgressBar/> Should have a default class of primary without type property" time="0.01" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should have a class of success" time="0.001" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should have a class of warning" time="0" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should have a class of danger" time="0.001" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> By default should not be animated" time="0" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should not display a label" time="0.002" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should have a label when label is not empty" time="0" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should be striped" time="0.001" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should not be striped" time="0.001" classname="<ProgressBar/>"/>
<testcase name="<ProgressBar/> Should throw proptype error with invalid type property" time="0.001" classname="<ProgressBar/>"/>
<testcase name="<Switch/> offLabel is OFF by default" time="0.007" classname="<Switch/>"/>
<testcase name="<Switch/> onLabel renders text" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> offLabel is OFF by default" time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> offLabel renders text" time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is primary color" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is warning color " time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is success color" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is remove color " time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is info color" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> Switch has className" time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is on" time="0.001" classname="<Switch/>"/>
<testcase name="<Switch/> Switch is off" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> Has an onClick change" time="0.002" classname="<Switch/>"/>
<testcase name="<Switch/> With default properties Should have a primary color" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> With default properties Is ON by default" time="0" classname="<Switch/>"/>
<testcase name="<Switch/> With default properties onLabel is ON by default" time="0.001" classname="<Switch/>"/>
<testcase name="<Tab/> renders an a tag" time="0.004" classname="<Tab/>"/>
<testcase name="<Tab/> can pass in a title" time="0.001" classname="<Tab/>"/>
<testcase name="<Table/> Table should have hover class" time="0.005" classname="<Table/>"/>
<testcase name="<Table/> Table should not have hover class" time="0.001" classname="<Table/>"/>
<testcase name="<Table/> Table should have a border" time="0" classname="<Table/>"/>
<testcase name="<Table/> Table does not have a border" time="0.001" classname="<Table/>"/>
<testcase name="<Table/> Table is condensed" time="0" classname="<Table/>"/>
<testcase name="<Table/> Table is not condensed" time="0.001" classname="<Table/>"/>
<testcase name="<Table/> Table is striped" time="0" classname="<Table/>"/>
<testcase name="<Table/> Table is not striped" time="0" classname="<Table/>"/>
<testcase name="<Table/> Table is responsive" time="0.001" classname="<Table/>"/>
<testcase name="<Table/> Table is not responsive" time="0" classname="<Table/>"/>
<testcase name="<Table/> Default table properties is responsive" time="0" classname="<Table/>"/>
<testcase name="<Table/> Default table properties Has the hover effect" time="0" classname="<Table/>"/>
<testcase name="<Table/> Default table properties Is not striped" time="0" classname="<Table/>"/>
<testcase name="<Table/> Default table properties Is not condensed" time="0" classname="<Table/>"/>
<testcase name="<Table/> Default table properties Does not have a border" time="0" classname="<Table/>"/>
<testcase name="<Textarea/> Has a name" time="0.01" classname="<Textarea/>"/>
<testcase name="<Textarea/> Has a label" time="0.003" classname="<Textarea/>"/>
<testcase name="<Textarea/> Has a className" time="0" classname="<Textarea/>"/>
<testcase name="<Textarea/> Has a placeHolder" time="0" classname="<Textarea/>"/>
<testcase name="<Textarea/> Is disabled" time="0" classname="<Textarea/>"/>
<testcase name="<Textarea/> Is not disabled" time="0.001" classname="<Textarea/>"/>
<testcase name="<Textarea/> Value renders elements" time="0" classname="<Textarea/>"/>
<testcase name="<Textarea/> Value renders text" time="0.001" classname="<Textarea/>"/>
<testcase name="<Textarea/> onChange is called when value is changed" time="0.001" classname="<Textarea/>"/>
<system-out>
<![CDATA[
]]>
</system-out>
<system-err/>
</testsuite>