Skip to content

Commit

Permalink
Merge pull request #820 from Autofleet/test-id
Browse files Browse the repository at this point in the history
ids
  • Loading branch information
EliFrankel authored Mar 31, 2024
2 parents df8376e + 98d184f commit bf83a7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const TabSwitch = ({ onUnselectedClick, tabs, activeTabId }: ITabSwitchProps) =>
const isSelected = tab.id === activeTabId;
return (
<Tab
testID={tab.id}
key={tab.id}
id={tab.id}
onPress={() => {
Expand Down

0 comments on commit bf83a7c

Please sign in to comment.