Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
(pC-1746) adapted snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledoux authored and ledoux committed Apr 10, 2019
1 parent 6f7e233 commit 3672108
Showing 1 changed file with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ShallowWrapper {
</p>
<withRouter(Connect(_Form))
BlockComponent={null}
Tag="form"
Tag={null}
action="/offers/undefined"
className={null}
errorsPatch={Object {}}
Expand Down Expand Up @@ -207,6 +207,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -251,7 +252,7 @@ ShallowWrapper {
</p>,
<withRouter(Connect(_Form))
BlockComponent={null}
Tag="form"
Tag={null}
action="/offers/undefined"
className={null}
errorsPatch={Object {}}
Expand Down Expand Up @@ -393,6 +394,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -450,7 +452,7 @@ ShallowWrapper {
"nodeType": "function",
"props": Object {
"BlockComponent": null,
"Tag": "form",
"Tag": null,
"action": "/offers/undefined",
"children": Array [
<div
Expand Down Expand Up @@ -574,6 +576,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -1027,6 +1030,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -1061,6 +1065,7 @@ ShallowWrapper {
"props": Object {
"children": <button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand All @@ -1075,6 +1080,7 @@ ShallowWrapper {
"props": Object {
"children": "Annuler",
"className": "button is-secondary is-medium",
"id": "cancel-button",
"onClick": [Function],
},
"ref": null,
Expand Down Expand Up @@ -1164,7 +1170,7 @@ ShallowWrapper {
</p>
<withRouter(Connect(_Form))
BlockComponent={null}
Tag="form"
Tag={null}
action="/offers/undefined"
className={null}
errorsPatch={Object {}}
Expand Down Expand Up @@ -1306,6 +1312,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -1350,7 +1357,7 @@ ShallowWrapper {
</p>,
<withRouter(Connect(_Form))
BlockComponent={null}
Tag="form"
Tag={null}
action="/offers/undefined"
className={null}
errorsPatch={Object {}}
Expand Down Expand Up @@ -1492,6 +1499,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -1549,7 +1557,7 @@ ShallowWrapper {
"nodeType": "function",
"props": Object {
"BlockComponent": null,
"Tag": "form",
"Tag": null,
"action": "/offers/undefined",
"children": Array [
<div
Expand Down Expand Up @@ -1673,6 +1681,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -2126,6 +2135,7 @@ ShallowWrapper {
>
<button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand Down Expand Up @@ -2160,6 +2170,7 @@ ShallowWrapper {
"props": Object {
"children": <button
className="button is-secondary is-medium"
id="cancel-button"
onClick={[Function]}
>
Annuler
Expand All @@ -2174,6 +2185,7 @@ ShallowWrapper {
"props": Object {
"children": "Annuler",
"className": "button is-secondary is-medium",
"id": "cancel-button",
"onClick": [Function],
},
"ref": null,
Expand Down

0 comments on commit 3672108

Please sign in to comment.