Skip to content

Commit

Permalink
Renamed Kebab popUp title testId
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil-kumar-Majji committed Sep 12, 2023
1 parent 03fa786 commit 18f97e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/KebabPopUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const KebabPopUp: React.FC<KebabPopUpProps> = (props) => {
overlayStyle={Theme.KebabPopUpStyles.kebabPopUp}>
<Row style={Theme.KebabPopUpStyles.kebabHeaderStyle}>
<View></View>
<Text testID={t('title')} weight="bold">
<Text testID="KebabTitle" weight="bold">
{t('title')}
</Text>
<Icon
Expand Down

0 comments on commit 18f97e9

Please sign in to comment.