diff --git a/client/src/components/Footer/Footer.test.js b/client/src/components/Footer/Footer.test.js
index 109442f3b4..16140cdd10 100644
--- a/client/src/components/Footer/Footer.test.js
+++ b/client/src/components/Footer/Footer.test.js
@@ -6,7 +6,7 @@ import 'jest-dom/extend-expect';
import Footer from './';
describe('', () => {
- it('renders to the DOM', () => {
+ it('matches snapshot', () => {
const tree = renderer.create().toJSON();
expect(tree).toMatchSnapshot();
});
diff --git a/client/src/components/Footer/__snapshots__/Footer.test.js.snap b/client/src/components/Footer/__snapshots__/Footer.test.js.snap
index e3ad6c2354..013453cc21 100644
--- a/client/src/components/Footer/__snapshots__/Footer.test.js.snap
+++ b/client/src/components/Footer/__snapshots__/Footer.test.js.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[` renders to the DOM 1`] = `
+exports[` matches snapshot 1`] = `