Skip to content

Commit

Permalink
(PC-18832) fix(e2e): accessibilityLabel and testID bug fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Nov 24, 2022
1 parent 5d38951 commit 13862a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ exports[`OnboardingAuthentication should render correctly 1`] = `
}
/>
<View
accessible={false}
accessibilityLabel="Plus tard"
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ Array [
"width": "100%",
}
}
testID="support-pro@passculture.app"
testID="Ouvrir le gestionnaire mail pour contacter le support Pro"
>
<View
style={
Expand Down Expand Up @@ -1239,7 +1239,7 @@ Array [
"width": "100%",
}
}
testID="support@passculture.app"
testID="Ouvrir le gestionnaire mail pour contacter le support"
>
<View
style={
Expand Down

0 comments on commit 13862a1

Please sign in to comment.