Skip to content

Commit

Permalink
feat (Profile/Menu) add missing data-test (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs authored and levenecav committed Jan 17, 2019
1 parent a09de4a commit d6157db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Profile/Menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class Menu extends Component<PropsType, StateType> {
key={item.id}
to={`/profile/${item.id}`}
styleName={classNames('item', { isActive })}
data-test={item.title}
>
{item.title}
</Link>
Expand Down

0 comments on commit d6157db

Please sign in to comment.