about summary refs log tree commit diff
path: root/src/screens/Profile/ProfileFeed/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Profile/ProfileFeed/index.tsx')
-rw-r--r--src/screens/Profile/ProfileFeed/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Profile/ProfileFeed/index.tsx b/src/screens/Profile/ProfileFeed/index.tsx
index 8751ba3d9..3f517d334 100644
--- a/src/screens/Profile/ProfileFeed/index.tsx
+++ b/src/screens/Profile/ProfileFeed/index.tsx
@@ -102,16 +102,16 @@ export function ProfileFeedScreen(props: Props) {
   }
 
   return resolvedUri ? (
-    <Layout.Screen>
+    <Layout.Screen testID="profileFeedScreen">
       <ProfileFeedScreenIntermediate
         feedUri={resolvedUri.uri}
         feedParams={feedParams}
       />
     </Layout.Screen>
   ) : (
-    <Layout.Screen>
+    <Layout.Screen testID="profileFeedScreen">
+      <ProfileFeedHeaderSkeleton />
       <Layout.Content>
-        <ProfileFeedHeaderSkeleton />
         <PostFeedLoadingPlaceholder />
       </Layout.Content>
     </Layout.Screen>