Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Nov 22, 2024
1 parent 0a8e95a commit 73762ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ exports[`LoadingScreenContent should match the snapshot with title, a child, hea
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -962,7 +962,7 @@ exports[`LoadingScreenContent should match the snapshot with title, a child, hea
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -1559,7 +1559,7 @@ exports[`LoadingScreenContent should match the snapshot with title, no children,
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -2153,7 +2153,7 @@ exports[`LoadingScreenContent should match the snapshot with title, no children,
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down
2 changes: 0 additions & 2 deletions ts/features/cie/__tests__/__snapshots__/wizards.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ exports[`CieIdWizard Should match the snapshot 1`] = `
}
>
If you have the CieID app on your device, enter the code you have set for the CieID app or use your face or fingerprint.
To enter the IO app without physically using the Electronic Identity Card,you must first enable Level 1 and Level 2 access in the CieID application.
</Text>
</View>
<View
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ exports[`IngressScreen Should match the snapshot 1`] = `
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ exports[`MessageRouterScreen should match snapshot before starting to retrieve m
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -1079,7 +1079,7 @@ exports[`MessageRouterScreen should match snapshot if message data retrieval was
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -3003,7 +3003,7 @@ exports[`MessageRouterScreen should match snapshot on message data retrieval suc
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down Expand Up @@ -3858,7 +3858,7 @@ exports[`MessageRouterScreen should match snapshot while retrieving message data
"alignItems": "center",
"display": "flex",
"flexDirection": "column",
"rowGap": 24,
"gap": 24,
}
}
>
Expand Down

0 comments on commit 73762ef

Please sign in to comment.