about summary refs log tree commit diff
path: root/src/view/com/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/testing')
-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 3f2b2fd00..db9b6b4bf 100644
--- a/src/view/com/testing/TestCtrls.e2e.tsx
+++ b/src/view/com/testing/TestCtrls.e2e.tsx
@@ -66,6 +66,12 @@ export function TestCtrls() {
         style={BTN}
       />
       <Pressable
+        testID="e2eGotoLists"
+        onPress={() => navigate('Lists')}
+        accessibilityRole="button"
+        style={BTN}
+      />
+      <Pressable
         testID="e2eToggleMergefeed"
         onPress={() => store.preferences.toggleHomeFeedMergeFeedEnabled()}
         accessibilityRole="button"