about summary refs log tree commit diff
path: root/src/view/com/testing/TestCtrls.e2e.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-05-20 18:23:41 -0700
committerGitHub <noreply@github.com>2024-05-20 18:23:41 -0700
commitaa34d6b4d29897d744dee30d9c22f6a0861128b8 (patch)
treefdb0be7e6be334e579dee7fc8fd5f452ee3724a2 /src/view/com/testing/TestCtrls.e2e.tsx
parenta7c2370680616ee5ca1bc8ce8194829c9f09f603 (diff)
downloadvoidsky-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.tsx6
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"