File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export default function MultiPairInputModal({
9999 onChangeText = { ( t ) => updateRow ( row . id , 'key' , t ) }
100100 autoFocus = { idx === 0 }
101101 { ...AppInputProps }
102- testID = { `${ keyPlaceholder } _input_ ${ idx } ` }
102+ testID = { `multipair_key_ ${ idx } ` }
103103 />
104104 < TextInput
105105 style = { [ AppDialogStyles . input , styles . halfInput ] }
@@ -108,7 +108,7 @@ export default function MultiPairInputModal({
108108 value = { row . value }
109109 onChangeText = { ( t ) => updateRow ( row . id , 'value' , t ) }
110110 { ...AppInputProps }
111- testID = { `${ valuePlaceholder } _input_ ${ idx } ` }
111+ testID = { `multipair_value_ ${ idx } ` }
112112 />
113113 { rows . length > 1 && (
114114 < TouchableOpacity
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export default function HomeScreen() {
146146
147147 < TrackEventSection
148148 onTrackEvent = { os . trackEvent }
149- onInfoTap = { ( ) => showTooltipModal ( 'trackEvent ' ) }
149+ onInfoTap = { ( ) => showTooltipModal ( 'customEvents ' ) }
150150 />
151151
152152 < LocationSection
You can’t perform that action at this time.
0 commit comments