Skip to content

Commit

Permalink
fix(recovery-phrase): e2e tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Apr 20, 2020
1 parent d93013c commit d117514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const ConfirmWordsForm: React.FC<
<Bottom>
<Button
capitalize
data-e2e='toRecoveryTwo'
data-e2e='confirmButton'
disabled={submitting || invalid}
fullwidth
height='48px'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const WordsList = ({ handleBackArrow, handleNextButton, step, words }) => {
style={{ marginRight: '24px' }}
role='button'
onClick={handleBackArrow}
data-e2e='recoveryBackArrow'
/>
<Text color='grey800' size='20px' weight={600}>
<FormattedMessage
Expand All @@ -66,7 +67,7 @@ const WordsList = ({ handleBackArrow, handleNextButton, step, words }) => {
if (index < 6) {
return (
<WordBox>
<WordText>
<WordText data-e2e='backupWords'>
<Title>{index + 1}</Title>
<Value>{word}</Value>
</WordText>
Expand Down

0 comments on commit d117514

Please sign in to comment.