diff --git a/components/drawer/__tests__/Drawer.test.js b/components/drawer/__tests__/Drawer.test.js index 379f443160..f366715c9c 100644 --- a/components/drawer/__tests__/Drawer.test.js +++ b/components/drawer/__tests__/Drawer.test.js @@ -55,12 +55,12 @@ describe('Drawer', () => { expect(wrapper).toMatchSnapshot(); }); - it('wrapClassName is test_drawer', () => { + it('className is test_drawer', () => { const wrapper = render( Here is content of Drawer diff --git a/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap b/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap index 3c4721abfb..dd1d0096b4 100644 --- a/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap +++ b/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap @@ -1,5 +1,46 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`Drawer className is test_drawer 1`] = ` +
+
+
+
+
+
+ +
+ Here is content of Drawer +
+
+
+
+
+
+`; + exports[`Drawer closable is false 1`] = `
`; - -exports[`Drawer wrapClassName is test_drawer 1`] = ` -
-
-
-
-
-
- -
- Here is content of Drawer -
-
-
-
-
-
-`;