Skip to content

Commit

Permalink
Merge pull request #1469 from blockchain/missing-e2e-tags
Browse files Browse the repository at this point in the history
missing data-e2e tags for another stellar modal
  • Loading branch information
schnogz committed Feb 20, 2019
2 parents f45c42a + 13d1781 commit 491b6c7
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ class XlmCreateAccountLearn extends React.PureComponent {
render () {
const { position, total, close } = this.props
return (
<Modal size='medium' position={position} total={total} closeAll={close}>
<Modal
size='medium'
position={position}
total={total}
closeAll={close}
data-e2e='xlmMinimumModalShort'
>
<ModalHeader onClose={close}>
<Header onClick={close}>
<BackIcon name='left-arrow' />
<BackIcon name='left-arrow' data-e2e='xlmMinimumModalBack' />
<FormattedMessage
id='modal.createaccountlearn.back'
defaultMessage='Back'
Expand Down

0 comments on commit 491b6c7

Please sign in to comment.