diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-05-20 18:23:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 18:23:41 -0700 |
commit | aa34d6b4d29897d744dee30d9c22f6a0861128b8 (patch) | |
tree | fdb0be7e6be334e579dee7fc8fd5f452ee3724a2 /src/view/com/testing/TestCtrls.e2e.tsx | |
parent | a7c2370680616ee5ca1bc8ce8194829c9f09f603 (diff) | |
download | voidsky-aa34d6b4d29897d744dee30d9c22f6a0861128b8.tar.zst |
Release 1.83 (#4136)
* Test fixes * Run intl:extract
Diffstat (limited to 'src/view/com/testing/TestCtrls.e2e.tsx')
-rw-r--r-- | src/view/com/testing/TestCtrls.e2e.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx index c01856c52..31122f838 100644 --- a/src/view/com/testing/TestCtrls.e2e.tsx +++ b/src/view/com/testing/TestCtrls.e2e.tsx @@ -91,6 +91,12 @@ export function TestCtrls() { style={BTN} /> <Pressable + testID="e2eGotoFeeds" + onPress={() => navigate('FeedsTab')} + accessibilityRole="button" + style={BTN} + /> + <Pressable testID="e2eRefreshHome" onPress={() => queryClient.invalidateQueries({queryKey: ['post-feed']})} accessibilityRole="button" |