aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap')
-rw-r--r--web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap76
1 files changed, 76 insertions, 0 deletions
diff --git a/web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap b/web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap
new file mode 100644
index 00000000..11c3a29e
--- /dev/null
+++ b/web/src/js/__tests__/components/__snapshots__/EventLogSpec.js.snap
@@ -0,0 +1,76 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`EventLog Component should connect to state and render correctly 1`] = `
+<div
+ className="eventlog"
+ style={
+ Object {
+ "height": 200,
+ }
+ }
+>
+ <div
+ onMouseDown={[Function]}
+ >
+ Eventlog
+ <div
+ className="pull-right"
+ >
+ <div
+ className="btn btn-toggle btn-primary"
+ onClick={[Function]}
+ >
+ <i
+ className="fa fa-fw fa-check-square-o"
+ />
+  
+ debug
+ </div>
+ <div
+ className="btn btn-toggle btn-primary"
+ onClick={[Function]}
+ >
+ <i
+ className="fa fa-fw fa-check-square-o"
+ />
+  
+ info
+ </div>
+ <div
+ className="btn btn-toggle btn-default"
+ onClick={[Function]}
+ >
+ <i
+ className="fa fa-fw fa-square-o"
+ />
+  
+ web
+ </div>
+ <div
+ className="btn btn-toggle btn-primary"
+ onClick={[Function]}
+ >
+ <i
+ className="fa fa-fw fa-check-square-o"
+ />
+  
+ warn
+ </div>
+ <div
+ className="btn btn-toggle btn-primary"
+ onClick={[Function]}
+ >
+ <i
+ className="fa fa-fw fa-check-square-o"
+ />
+  
+ error
+ </div>
+ <i
+ className="fa fa-close"
+ onClick={[Function]}
+ />
+ </div>
+ </div>
+</div>
+`;