Release 1.83 (#4136)

* Test fixes

* Run intl:extract
This commit is contained in:
Paul Frazee 2024-05-20 18:23:41 -07:00 committed by GitHub
parent a7c2370680
commit aa34d6b4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 10967 additions and 6782 deletions

View file

@ -90,6 +90,12 @@ export function TestCtrls() {
accessibilityRole="button"
style={BTN}
/>
<Pressable
testID="e2eGotoFeeds"
onPress={() => navigate('FeedsTab')}
accessibilityRole="button"
style={BTN}
/>
<Pressable
testID="e2eRefreshHome"
onPress={() => queryClient.invalidateQueries({queryKey: ['post-feed']})}