Skip to content
Snippets Groups Projects
Commit 13f98d86 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Fix snapshots

parent c37daa62
Branches
Tags
1 merge request!270Features/us285 create action services
...@@ -14,6 +14,7 @@ exports[`ChallengeCard component should be rendered correctly 1`] = ` ...@@ -14,6 +14,7 @@ exports[`ChallengeCard component should be rendered correctly 1`] = `
<ChallengeCardDone <ChallengeCardDone
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 2", "description": "Description challenge 2",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine",
......
...@@ -37,6 +37,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = ` ...@@ -37,6 +37,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 1", "description": "Description challenge 1",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "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`] = ` ...@@ -178,6 +179,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 2", "description": "Description challenge 2",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "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`] = ` ...@@ -319,6 +321,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 3", "description": "Description challenge 3",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "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`] = ` ...@@ -460,6 +463,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 4", "description": "Description challenge 4",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "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`] = ` ...@@ -601,6 +605,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 5", "description": "Description challenge 5",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "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`] = ` ...@@ -742,6 +747,7 @@ exports[`ChallengeView component should be rendered correctly 1`] = `
indexSlider={0} indexSlider={0}
userChallenge={ userChallenge={
Object { Object {
"action": null,
"description": "Description challenge 6", "description": "Description challenge 6",
"duel": Object { "duel": Object {
"description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine", "description": "Je parie un ours polaire que vous ne pouvez pas consommer moins que #CONSUMPTION € en 1 semaine",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment