mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
[web] Update tests.
This commit is contained in:
parent
89a300fe3e
commit
73855908da
@ -62,8 +62,11 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
checked={false}
|
checked={false}
|
||||||
|
onBlur={[Function]}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
title="foo"
|
onFocus={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
onMouseOver={[Function]}
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -81,9 +84,12 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
>
|
>
|
||||||
<select
|
<select
|
||||||
name="choiceOption"
|
name="choiceOption"
|
||||||
|
onBlur={[Function]}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
|
onFocus={[Function]}
|
||||||
|
onMouseLeave={[Function]}
|
||||||
|
onMouseOver={[Function]}
|
||||||
selected="b"
|
selected="b"
|
||||||
title="foo"
|
|
||||||
>
|
>
|
||||||
<option
|
<option
|
||||||
value="a"
|
value="a"
|
||||||
@ -121,9 +127,12 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
className="col-sm-4"
|
className="col-sm-4"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
onBlur={[Function]}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
|
onFocus={[Function]}
|
||||||
onKeyDown={[Function]}
|
onKeyDown={[Function]}
|
||||||
title="foo"
|
onMouseLeave={[Function]}
|
||||||
|
onMouseOver={[Function]}
|
||||||
type="number"
|
type="number"
|
||||||
value={1}
|
value={1}
|
||||||
/>
|
/>
|
||||||
@ -141,9 +150,12 @@ exports[`Modal Component should render correctly 2`] = `
|
|||||||
className="col-sm-4"
|
className="col-sm-4"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
onBlur={[Function]}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
|
onFocus={[Function]}
|
||||||
onKeyDown={[Function]}
|
onKeyDown={[Function]}
|
||||||
title="foo"
|
onMouseLeave={[Function]}
|
||||||
|
onMouseOver={[Function]}
|
||||||
type="text"
|
type="text"
|
||||||
value="str content"
|
value="str content"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user