File tree Expand file tree Collapse file tree
app/components/UI/Predict/components/PredictGameDetailsContent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import PredictSportTeamGradient from '../PredictSportTeamGradient';
2929import PredictSportScoreboard from '../PredictSportScoreboard' ;
3030import PredictGameChart from '../PredictGameChart' ;
3131import PredictPicks from '../PredictPicks/PredictPicks' ;
32+ import { PredictMarketDetailsSelectorsIDs } from '../../Predict.testIds' ;
3233
3334const PredictGameDetailsContent : React . FC < PredictGameDetailsContentProps > = ( {
3435 market,
@@ -67,7 +68,11 @@ const PredictGameDetailsContent: React.FC<PredictGameDetailsContentProps> = ({
6768 style = { tw . style ( 'flex-1 bg-default' ) }
6869 testID = "game-details-gradient"
6970 >
70- < SafeAreaView style = { tw . style ( 'flex-1' ) } edges = { [ 'left' , 'right' ] } >
71+ < SafeAreaView
72+ testID = { PredictMarketDetailsSelectorsIDs . SCREEN }
73+ style = { tw . style ( 'flex-1' ) }
74+ edges = { [ 'left' , 'right' ] }
75+ >
7176 < Box
7277 flexDirection = { BoxFlexDirection . Row }
7378 alignItems = { BoxAlignItems . Center }
You can’t perform that action at this time.
0 commit comments