Adding View BP template Menu
[clamp.git] / ui-react / src / components / dialogs / Tosca / __snapshots__ / ViewToscaPolicyModal.test.js.snap
@@ -1,6 +1,6 @@
 // Jest Snapshot v1, https://goo.gl/fbAQLP
 
-exports[`Verify ViewToscaModal Test the tosca model view render method 1`] = `
+exports[`Verify ViewToscaPolicyModal Test the tosca model view render method 1`] = `
 <Styled(Bootstrap(Modal))
   onHide={[Function]}
   show={true}
@@ -9,13 +9,7 @@ exports[`Verify ViewToscaModal Test the tosca model view render method 1`] = `
   <ModalHeader
     closeButton={true}
     closeLabel="Close"
-  >
-    <ModalTitle
-      className="title"
-    >
-      View Tosca Model
-    </ModalTitle>
-  </ModalHeader>
+  />
   <ModalBody>
     <WithStyles(Component)
       columns={
@@ -58,7 +52,7 @@ exports[`Verify ViewToscaModal Test the tosca model view render method 1`] = `
             "cellStyle": Object {
               "border": "1px solid black",
             },
-            "field": "version",
+            "field": "toscaModelRevisions[0].version",
             "headerStyle": Object {
               "backgroundColor": "#ddd",
               "border": "2px solid black",
@@ -145,10 +139,10 @@ exports[`Verify ViewToscaModal Test the tosca model view render method 1`] = `
           "rowStyle": [Function],
         }
       }
-      title="View ToscaModel"
+      title="View Tosca Policy Models"
     />
     <div>
-      <textarea
+      <styled.textarea
         onChange={[Function]}
         value="Please select Tosca model to view the details"
       />