Update snapshot tests

This commit is contained in:
Arun Swaminathan 2018-10-20 04:05:07 -04:00
parent c1184176e7
commit a6ba88ae64
2 changed files with 10 additions and 0 deletions

View File

@ -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",
}
}
/>
`;

View File

@ -30,6 +30,11 @@ exports[`FlowRow Component should render correctly 1`] = `
</td>
<td
className="col-status"
style={
Object {
"color": "darkgreen",
}
}
>
200
</td>