aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/components/FlowTable/__snapshots__
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-05-19 09:49:10 +0800
committerMatthew Shao <me@matshao.com>2017-05-19 09:50:12 +0800
commit5df0ddf358367dcd37c934798464ad91f3c7bdf8 (patch)
treeac634d40e24f489d87b6b5a4b59e53bd1809ff97 /web/src/js/__tests__/components/FlowTable/__snapshots__
parent50c07034249a07f25172230b689c4c6da1b63c2d (diff)
downloadmitmproxy-5df0ddf358367dcd37c934798464ad91f3c7bdf8.tar.gz
mitmproxy-5df0ddf358367dcd37c934798464ad91f3c7bdf8.tar.bz2
mitmproxy-5df0ddf358367dcd37c934798464ad91f3c7bdf8.zip
[web] Updates test to use the new _tflow.js.
Diffstat (limited to 'web/src/js/__tests__/components/FlowTable/__snapshots__')
-rw-r--r--web/src/js/__tests__/components/FlowTable/__snapshots__/FlowColumnsSpec.js.snap16
1 files changed, 5 insertions, 11 deletions
diff --git a/web/src/js/__tests__/components/FlowTable/__snapshots__/FlowColumnsSpec.js.snap b/web/src/js/__tests__/components/FlowTable/__snapshots__/FlowColumnsSpec.js.snap
index ec260e1e..c74f686e 100644
--- a/web/src/js/__tests__/components/FlowTable/__snapshots__/FlowColumnsSpec.js.snap
+++ b/web/src/js/__tests__/components/FlowTable/__snapshots__/FlowColumnsSpec.js.snap
@@ -5,7 +5,7 @@ exports[`FlowColumns Components should render IconColumn 1`] = `
className="col-icon"
>
<div
- className="resource-icon resource-icon-document"
+ className="resource-icon resource-icon-plain"
/>
</td>
`;
@@ -92,7 +92,7 @@ exports[`FlowColumns Components should render SizeColumn 1`] = `
<td
className="col-size"
>
- 100b
+ 14b
</td>
`;
@@ -112,7 +112,7 @@ exports[`FlowColumns Components should render TimeColumn 1`] = `
<td
className="col-time"
>
- 2min
+ 415322h
</td>
`;
@@ -129,12 +129,9 @@ exports[`FlowColumns Components should render pathColumn 1`] = `
className="col-path"
>
<i
- className="fa fa-fw fa-repeat pull-right"
- />
- <i
className="fa fa-fw fa-exclamation pull-right"
/>
- http://undefined:undefinedundefined
+ http://address:22/path
</td>
`;
@@ -143,14 +140,11 @@ exports[`FlowColumns Components should render pathColumn 2`] = `
className="col-path"
>
<i
- className="fa fa-fw fa-repeat pull-right"
- />
- <i
className="fa fa-fw fa-pause pull-right"
/>
<i
className="fa fa-fw fa-times pull-right"
/>
- http://undefined:undefinedundefined
+ http://address:22/path
</td>
`;