mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +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>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user