mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Update snapshot tests
This commit is contained in:
parent
c1184176e7
commit
a6ba88ae64
@ -109,6 +109,11 @@ exports[`FlowColumns Components should render SizeColumn 1`] = `
|
||||
exports[`FlowColumns Components should render StatusColumn 1`] = `
|
||||
<td
|
||||
className="col-status"
|
||||
style={
|
||||
Object {
|
||||
"color": "darkred",
|
||||
}
|
||||
}
|
||||
/>
|
||||
`;
|
||||
|
||||
|
@ -30,6 +30,11 @@ exports[`FlowRow Component should render correctly 1`] = `
|
||||
</td>
|
||||
<td
|
||||
className="col-status"
|
||||
style={
|
||||
Object {
|
||||
"color": "darkgreen",
|
||||
}
|
||||
}
|
||||
>
|
||||
200
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user