Skip to content

Commit

Permalink
Fixing Error Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Claude Arseneault <[email protected]>
  • Loading branch information
ClaudeArs committed Nov 15, 2024
1 parent 1b328eb commit 587895d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/navigators/DeliveryStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DeliveryStackParams, Screens } from '../types/navigators'
import { useDefaultStackOptions } from './defaultStackOptions'
import OpenIDCredentialDetails from '../modules/openid/screens/OpenIDCredentialOffer'
import { TOKENS, useServices } from '../container-api'
import HeaderRightHome from 'components/buttons/HeaderHome'
import HeaderRightHome from '../components/buttons/HeaderHome'
import OpenIDProofPresentation from '../modules/openid/screens/OpenIDProofPresentation'

const DeliveryStack: React.FC = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
accessibilityLabel="PINEnter.EnterPIN"
accessible={true}
autoCapitalize="characters"
autoComplete="one-time-code"
autoCorrect={false}
autoFocus={true}
blurOnSubmit={false}
Expand All @@ -290,7 +289,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
"bottom": 0,
"fontSize": 1,
"left": 0,
"opacity": 0.015,
"opacity": 0.01,
"position": "absolute",
"right": 0,
"top": 0,
Expand Down Expand Up @@ -736,7 +735,6 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
accessibilityLabel="PINEnter.EnterPIN"
accessible={true}
autoCapitalize="characters"
autoComplete="one-time-code"
autoCorrect={false}
autoFocus={true}
blurOnSubmit={false}
Expand All @@ -755,7 +753,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
"bottom": 0,
"fontSize": 1,
"left": 0,
"opacity": 0.015,
"opacity": 0.01,
"position": "absolute",
"right": 0,
"top": 0,
Expand Down

0 comments on commit 587895d

Please sign in to comment.