Update tests to get them passing again (#2853)

This commit is contained in:
Paul Frazee 2024-02-12 18:55:19 -08:00 committed by GitHub
parent fad40dda97
commit 543e114877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 214 additions and 83 deletions

View file

@ -88,7 +88,7 @@ export function Step1({
style={[pal.textLight, {marginLeft: 14}]}
/>
<TouchableOpacity
testID="loginSelectServiceButton"
testID="selectServiceButton"
style={{
flexDirection: 'row',
flex: 1,

View file

@ -208,7 +208,7 @@ let PostCtrls = ({
{big && (
<View style={styles.ctrlBig}>
<TouchableOpacity
testID="likeBtn"
testID="shareBtn"
style={[styles.btn]}
onPress={onShare}
accessibilityRole="button"