Skip to content

Commit

Permalink
fix(interest): update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 27, 2020
1 parent 034b4cb commit 8bf6c4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const AccountSummary: React.FC<Props> = props => {
</Text>
</Button>
<Button
data-e2e='borrowCancel'
data-e2e='interestDeposit'
height='48px'
nature='empty'
onClick={handleSBClick}
Expand Down Expand Up @@ -353,7 +353,7 @@ const AccountSummary: React.FC<Props> = props => {
<ButtonContainer>
<Button
disabled={account && account.balance <= 0}
data-e2e='borrowCancel'
data-e2e='interestWithdraw'
fullwidth
height='48px'
nature='grey800'
Expand Down

0 comments on commit 8bf6c4e

Please sign in to comment.