Skip to content

Commit

Permalink
Update test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Dec 12, 2023
1 parent c7b89df commit e28c31c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class TransactionEditInner extends PureComponent {
<TapField
value={getPrettyPayee(transaction)}
onClick={() => this.onClick(transaction.id, 'payee')}
data-testid={`payee-field-${transaction.id}`}
data-testid="payee-field"
/>
</View>

Expand All @@ -558,7 +558,7 @@ class TransactionEditInner extends PureComponent {
}
disabled={isOffBudget || isBudgetTransfer(transaction)}
onClick={() => this.onClick(transaction.id, 'category')}
data-testid={`category-field-${transaction.id}`}
data-testid="category-field"
/>
</View>
)}
Expand Down

0 comments on commit e28c31c

Please sign in to comment.