Update tests
This commit is contained in:
parent
411c1581f6
commit
52f3810e81
3 changed files with 8 additions and 4 deletions
|
@ -79,7 +79,7 @@ export const RecommendedFeeds = observer(({next}: Props) => {
|
|||
<>
|
||||
<TabletOrDesktop>
|
||||
<TitleColumnLayout
|
||||
testID="recommendedFeedsScreen"
|
||||
testID="recommendedFeedsOnboarding"
|
||||
title={title}
|
||||
horizontal
|
||||
titleStyle={isTabletOrMobile ? undefined : {minWidth: 470}}
|
||||
|
@ -93,7 +93,7 @@ export const RecommendedFeeds = observer(({next}: Props) => {
|
|||
</TitleColumnLayout>
|
||||
</TabletOrDesktop>
|
||||
<Mobile>
|
||||
<View style={[mStyles.container]} testID="recommendedFeedsScreen">
|
||||
<View style={[mStyles.container]} testID="recommendedFeedsOnboarding">
|
||||
<ViewHeader
|
||||
title="Recommended Feeds"
|
||||
showBackButton={false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue