Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
250
Merge Requests
15
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
3e925498
Commit
3e925498
authored
23 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(chore) update test snapshot
parent
abcc86fe
feat/e2e-detox-install
1 merge request
!411
WIP: Install detox and login e2e test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
__tests__/auth/__snapshots__/LoginForm.js.snap
View file @
3e925498
...
...
@@ -35,7 +35,7 @@ exports[`LoginForm component should renders correctly 1`] = `
},
]
}
testID="username
i
nput"
testID="username
I
nput"
underlineColorAndroid="transparent"
value=""
/>
...
...
@@ -67,7 +67,7 @@ exports[`LoginForm component should renders correctly 1`] = `
},
]
}
testID="
password i
nput"
testID="
userPasswordI
nput"
underlineColorAndroid="transparent"
value=""
/>
...
...
@@ -251,7 +251,7 @@ exports[`LoginForm component should renders correctly 1`] = `
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={null}
testID="login
b
utton"
testID="login
B
utton"
>
<View
pointerEvents="box-only"
...
...
This diff is collapsed.
Please
register
or
sign in
to comment