From 240646c0e22cd7484347978845eb1f4a70b73e3d Mon Sep 17 00:00:00 2001 From: Sandipan Dey <hey@sandipan.dev> Date: Tue, 13 Feb 2024 11:59:39 +0530 Subject: [PATCH] ci: test if everything works --- app/navigation/root-navigator.tsx | 3 +++ app/screens/developer-screen/developer-screen.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/navigation/root-navigator.tsx b/app/navigation/root-navigator.tsx index 8465ecd982..03cc2c2770 100644 --- a/app/navigation/root-navigator.tsx +++ b/app/navigation/root-navigator.tsx @@ -98,6 +98,7 @@ export const RootStack = () => { screenOptions={{ gestureEnabled: true, headerBackTitle: LL.common.back(), + headerBackTestID: LL.common.back(), headerStyle: styles.headerStyle, headerTitleStyle: styles.title, headerBackTitleStyle: styles.title, @@ -428,6 +429,7 @@ export const ContactNavigator = () => { screenOptions={{ gestureEnabled: true, headerBackTitle: LL.common.back(), + headerBackTestID: LL.common.back(), headerStyle: styles.headerStyle, headerTitleStyle: styles.title, headerBackTitleStyle: styles.title, @@ -485,6 +487,7 @@ export const PhoneLoginNavigator = () => { screenOptions={{ gestureEnabled: true, headerBackTitle: LL.common.back(), + headerBackTestID: LL.common.back(), headerStyle: styles.headerStyle, headerTitleStyle: styles.title, headerBackTitleStyle: styles.title, diff --git a/app/screens/developer-screen/developer-screen.tsx b/app/screens/developer-screen/developer-screen.tsx index d299d40f95..c67c66196f 100644 --- a/app/screens/developer-screen/developer-screen.tsx +++ b/app/screens/developer-screen/developer-screen.tsx @@ -202,7 +202,7 @@ export const DeveloperScreen: React.FC = () => { return ( <Screen> - <ScrollView> + <ScrollView {...testProps("developer-screen-scroll-view")}> <View style={styles.screenContainer}> <Button title="Log out"