From ad6a4573ef18da3395eee1c9f922a26b8ac1bbcf Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Thu, 19 Aug 2021 17:20:13 +0100 Subject: ADD State Change CL Instantiation Will Apply Unit Tests on POLICY-3537, since focus is to get the functionalities completed. Issue-ID: POLICY-3425 Change-Id: I926bb1a213e71dee56c0fc5df4779a4f1b633383 Signed-off-by: brunomilitzer --- .../InstantiationManagementModal.test.js.snap | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap (limited to 'gui-clamp/ui-react/src/components/dialogs/__snapshots__') diff --git a/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap b/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap new file mode 100644 index 0000000..fde9ba1 --- /dev/null +++ b/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap @@ -0,0 +1,114 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify InstantiationManagementModal renders correctly 1`] = ` + + + + Manage Instantiation + + +
+ + + + + Select Order State + + + + UNINITIALISED + + + PASSIVE + + + RUNNING + + + + + + Can't get instantiation ordered state: +
+ {} +
+
+ +
+ + + + +
+`; -- cgit