From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- .../__snapshots__/storyshots.test.js.snap | 686 +++++++++++++++++++++ 1 file changed, 686 insertions(+) create mode 100644 openecomp-ui/test/nfvo-components/__snapshots__/storyshots.test.js.snap (limited to 'openecomp-ui/test/nfvo-components/__snapshots__/storyshots.test.js.snap') diff --git a/openecomp-ui/test/nfvo-components/__snapshots__/storyshots.test.js.snap b/openecomp-ui/test/nfvo-components/__snapshots__/storyshots.test.js.snap new file mode 100644 index 0000000000..f7df9763da --- /dev/null +++ b/openecomp-ui/test/nfvo-components/__snapshots__/storyshots.test.js.snap @@ -0,0 +1,686 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Storyshots ListEditor regular 1`] = ` +
+
+
+ List Editor +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+`; + +exports[`Storyshots ListEditor two columns 1`] = ` +
+
+
+ List Editor +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+`; + +exports[`Storyshots ListEditor with add 1`] = ` +
+
+
+ List Editor +
+
+
+ + + Add + +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+
+
+`; + +exports[`Storyshots ListEditor with delete 1`] = ` +
+
+
+ List Editor +
+
+
+ + + Add + +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+
+
+
+
+`; + +exports[`Storyshots ListEditor with edit 1`] = ` +
+
+
+ List Editor +
+
+
+ + + Add + +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+
+
+
+
+`; + +exports[`Storyshots ListEditor with edit and delete 1`] = ` +
+
+
+ List Editor +
+
+
+ + + Add + +
+
+
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+ + + + +
+
+
+
+
+
+
+ Lorum Ipsum +
+
+
+
+ Lorum Ipsum +
+
+
+
+
+ + + + +
+
+ + + + +
+
+
+
+
+
+`; + +exports[`Storyshots SVGIcon icon 1`] = ` +
+ + + + +
+`; + +exports[`Storyshots SVGIcon icon with label 1`] = ` +
+ + + + + locked + +
+`; + +exports[`Storyshots SVGIcon locked clickable 1`] = ` +
+ + + + +
+`; -- cgit 1.2.3-korg