diff --git a/src/__snapshots__/index.test.js.snap b/src/__snapshots__/index.test.js.snap
index d99b963..88e9595 100644
--- a/src/__snapshots__/index.test.js.snap
+++ b/src/__snapshots__/index.test.js.snap
@@ -503,6 +503,7 @@ exports[`Step Wizard Component nav 1`] = `
>
React.Children.toArray(this.props.children);
/** Go to first step */
@@ -186,6 +190,7 @@ export default class StepWizard extends PureComponent {
const props = {
currentStep: this.currentStep,
totalSteps: this.totalSteps,
+ currentStepName: this.currentStepName,
/** Functions */
nextStep: this.nextStep,
previousStep: this.previousStep,