Skip to content

Commit

Permalink
- added data-test-id for testers
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Zharich committed Mar 29, 2023
1 parent 331f142 commit 16e62b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const ActionButton = (props: Props) => {

return (
<button
data-test-id={name}
disabled={disabled}
onClick={handleClick}
title={shortcut ? `${action?.title} (${shortcut})` : action?.title}
Expand Down

0 comments on commit 16e62b5

Please sign in to comment.