Fix for tests

This commit is contained in:
tsv2013
2015-11-04 00:06:46 +03:00
parent 05d38656ad
commit 9b51a8593d
+4 -4
View File
@@ -161,10 +161,10 @@ class MaterialUiTests extends React.Component<{}, {}> implements React.LinkedSta
</Card>;
// "http://material-ui.com/#/components/date-picker"
<DatePicker
floatingLabelText="Floating Label Text" />
<DatePicker
hintText="Hint Text" />
element = <DatePicker
floatingLabelText="Floating Label Text" />;
element = <DatePicker
hintText="Hint Text" />;
// "http://material-ui.com/#/components/dialog"
let standardActions = [