[web] Update tests.

This commit is contained in:
Matthew Shao 2017-07-21 23:00:10 +08:00
parent 663e6026fb
commit a0d14caa89

View File

@ -136,6 +136,17 @@ exports[`Modal Component should render correctly 2`] = `
</option>
</select>
</div>
<div
className="small"
>
Default:
<strong>
a
</strong>
</div>
</div>
</div>
<div
@ -170,6 +181,17 @@ exports[`Modal Component should render correctly 2`] = `
value={1}
/>
</div>
<div
className="small"
>
Default:
<strong>
0
</strong>
</div>
</div>
</div>
<div
@ -207,6 +229,17 @@ exports[`Modal Component should render correctly 2`] = `
<div
className="small text-danger"
/>
<div
className="small"
>
Default:
<strong>
null
</strong>
</div>
</div>
</div>
</div>