diff --git a/__tests__/pages/__snapshots__/index.test.tsx.snap b/__tests__/pages/__snapshots__/index.test.tsx.snap
index 39eacca8..67ff122c 100644
--- a/__tests__/pages/__snapshots__/index.test.tsx.snap
+++ b/__tests__/pages/__snapshots__/index.test.tsx.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`renders snapshot homepage 1`] = `
+exports[`📸 of Home page 1`] = `
diff --git a/__tests__/pages/index.test.tsx b/__tests__/pages/index.test.tsx
index be4442be..d86cfebd 100644
--- a/__tests__/pages/index.test.tsx
+++ b/__tests__/pages/index.test.tsx
@@ -3,7 +3,7 @@ import { render } from '@testing-library/react'
import renderer from 'react-test-renderer'
import Index from '../../pages/index'
-test('renders snapshot homepage', () => {
+test('📸 of Home page', () => {
const tree = renderer.create().toJSON()
expect(tree).toMatchSnapshot()
})