diff --git a/src/components/Challenge/__snapshots__/ChallengeCard.spec.tsx.snap b/src/components/Challenge/__snapshots__/ChallengeCard.spec.tsx.snap index 480bbef522aa19aa85d037d1d4ccd6786412d43d..945244672f3e3801562e91b44a412ad537161d1a 100644 --- a/src/components/Challenge/__snapshots__/ChallengeCard.spec.tsx.snap +++ b/src/components/Challenge/__snapshots__/ChallengeCard.spec.tsx.snap @@ -14,6 +14,7 @@ exports[`ChallengeCard component should be rendered correctly 1`] = ` <ChallengeCardDone userChallenge={ Object { + "action": null, "description": "Description challenge 2", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", diff --git a/src/components/Challenge/__snapshots__/ChallengeView.spec.tsx.snap b/src/components/Challenge/__snapshots__/ChallengeView.spec.tsx.snap index f858590a6702caa4fdce5911f9bac5e69a71368f..4e34e91b634059eaf587dc3a922b831af3ea9477 100644 --- a/src/components/Challenge/__snapshots__/ChallengeView.spec.tsx.snap +++ b/src/components/Challenge/__snapshots__/ChallengeView.spec.tsx.snap @@ -37,6 +37,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 1", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", @@ -178,6 +179,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 2", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", @@ -319,6 +321,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 3", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", @@ -460,6 +463,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 4", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", @@ -601,6 +605,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 5", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", @@ -742,6 +747,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` indexSlider={0} userChallenge={ Object { + "action": null, "description": "Description challenge 6", "duel": Object { "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine",