diff --git a/packages/core/admin/admin/src/content-manager/pages/EditView/Information/index.js b/packages/core/admin/admin/src/content-manager/pages/EditView/Information/index.js index f55b85e44e..c285f36c35 100644 --- a/packages/core/admin/admin/src/content-manager/pages/EditView/Information/index.js +++ b/packages/core/admin/admin/src/content-manager/pages/EditView/Information/index.js @@ -49,7 +49,7 @@ const Information = () => { return ( - + {formatMessage({ id: getTrad('containers.Edit.information'), defaultMessage: 'Information', diff --git a/packages/core/admin/admin/src/content-manager/pages/EditView/Information/tests/__snapshots__/index.test.js.snap b/packages/core/admin/admin/src/content-manager/pages/EditView/Information/tests/__snapshots__/index.test.js.snap new file mode 100644 index 0000000000..949a2bb0b6 --- /dev/null +++ b/packages/core/admin/admin/src/content-manager/pages/EditView/Information/tests/__snapshots__/index.test.js.snap @@ -0,0 +1,187 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`CONTENT MANAGER | EditView | Information renders and matches the snaphsot 1`] = ` +.c2 { + font-weight: 600; + font-size: 0.6875rem; + line-height: 1.45; + text-transform: uppercase; + color: #32324d; +} + +.c9 { + font-size: 0.875rem; + line-height: 1.43; + font-weight: 600; + color: #32324d; +} + +.c10 { + font-size: 0.875rem; + line-height: 1.43; + color: #32324d; +} + +.c3 { + padding-bottom: 16px; +} + +.c4 { + background: #eaeaef; +} + +.c0 { + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; +} + +.c8 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.c1 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c1 > * + * { + margin-top: 8px; +} + +.c6 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c6 > * + * { + margin-top: 16px; +} + +.c7 > * { + margin-top: 0; + margin-bottom: 0; +} + +.c7 > * + * { + margin-top: 4px; +} + +.c5 { + height: 1px; + border: none; + margin: 0; +} + +
+ + Information + +
+
+
+
+
+

+ + Created + + + now + +

+

+ + By + + + - + +

+
+
+

+ + Last update + + + now + +

+

+ + By + + + - + +

+
+
+
+`;