From f6b2625c5876c5ef1b8ead0b3962362fb2924f95 Mon Sep 17 00:00:00 2001 From: drveerendra Date: Thu, 31 Oct 2019 12:45:30 -0400 Subject: Adding viewToscamodels menu Updated package.json file to include material table and material UI react libraries. Added ViewToscalModals folder which contains js file, corresponding test file and its snapshots Issue-ID: CLAMP-544 Change-Id: I6b9328d6270fc32b41a152c91a9fd872f3524beb Signed-off-by: drveerendra --- .../__snapshots__/ViewToscaModals.test.js.snap | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 ui-react/src/components/dialogs/ViewToscaModals/__snapshots__/ViewToscaModals.test.js.snap (limited to 'ui-react/src/components/dialogs/ViewToscaModals/__snapshots__/ViewToscaModals.test.js.snap') diff --git a/ui-react/src/components/dialogs/ViewToscaModals/__snapshots__/ViewToscaModals.test.js.snap b/ui-react/src/components/dialogs/ViewToscaModals/__snapshots__/ViewToscaModals.test.js.snap new file mode 100644 index 000000000..55137b928 --- /dev/null +++ b/ui-react/src/components/dialogs/ViewToscaModals/__snapshots__/ViewToscaModals.test.js.snap @@ -0,0 +1,169 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify ViewToscaModals Test the tosca model view render method 1`] = ` + + + + View Tosca Model + + + + + + + + + + + + +`; -- cgit 1.2.3-korg