mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
[web] Update tests.
This commit is contained in:
parent
663e6026fb
commit
a0d14caa89
@ -136,6 +136,17 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="small"
|
||||||
|
>
|
||||||
|
Default:
|
||||||
|
<strong>
|
||||||
|
|
||||||
|
a
|
||||||
|
|
||||||
|
</strong>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -170,6 +181,17 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
value={1}
|
value={1}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="small"
|
||||||
|
>
|
||||||
|
Default:
|
||||||
|
<strong>
|
||||||
|
|
||||||
|
0
|
||||||
|
|
||||||
|
</strong>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -207,6 +229,17 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
<div
|
<div
|
||||||
className="small text-danger"
|
className="small text-danger"
|
||||||
/>
|
/>
|
||||||
|
<div
|
||||||
|
className="small"
|
||||||
|
>
|
||||||
|
Default:
|
||||||
|
<strong>
|
||||||
|
|
||||||
|
null
|
||||||
|
|
||||||
|
</strong>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user