about summary refs log tree commit diff
path: root/src/view/com/feeds/CustomFeed.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-15 09:59:49 -0700
committerGitHub <noreply@github.com>2023-08-15 09:59:49 -0700
commitf4891a47a17cdcd35751867153f73350c90a8f72 (patch)
tree97d1a20437470ff1718561b3ec28e18865607c64 /src/view/com/feeds/CustomFeed.tsx
parenta3af2a2b850f5561d5a0b9504e0b6ea9aca07cb7 (diff)
downloadvoidsky-f4891a47a17cdcd35751867153f73350c90a8f72.tar.zst
Fix to feeds view in profiles (#1171)
* Fix load of feeds tab

* Add e2e test for profile feeds
Diffstat (limited to 'src/view/com/feeds/CustomFeed.tsx')
-rw-r--r--src/view/com/feeds/CustomFeed.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/feeds/CustomFeed.tsx b/src/view/com/feeds/CustomFeed.tsx
index 79f1dd74d..264c2d982 100644
--- a/src/view/com/feeds/CustomFeed.tsx
+++ b/src/view/com/feeds/CustomFeed.tsx
@@ -69,6 +69,7 @@ export const CustomFeed = observer(
 
     return (
       <TouchableOpacity
+        testID={`feed-${item.displayName}`}
         accessibilityRole="button"
         style={[styles.container, pal.border, style]}
         onPress={() => {