Skip to content

Commit 745d4da

Browse files
authored
Avatar - add container testID (#1733)
1 parent 76ebef9 commit 745d4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/avatar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ class Avatar extends PureComponent<AvatarProps> {
371371
{...extractAccessibilityProps(this.props)}
372372
>
373373
<View
374+
testID={`${testID}.container`}
374375
style={[
375376
this.getInitialsContainer(),
376377
{backgroundColor: this.backgroundColor},

0 commit comments

Comments
 (0)