···4949import {StepDetails} from '#/screens/StarterPack/Wizard/StepDetails'
5050import {StepFeeds} from '#/screens/StarterPack/Wizard/StepFeeds'
5151import {StepProfiles} from '#/screens/StarterPack/Wizard/StepProfiles'
5252-import {atoms as a, useTheme} from '#/alf'
5252+import {atoms as a, useTheme, web} from '#/alf'
5353import {Button, ButtonText} from '#/components/Button'
5454import {useDialogControl} from '#/components/Dialog'
5555import * as Layout from '#/components/Layout'
···121121 }
122122123123 return (
124124- <Layout.Screen>
124124+ <Layout.Screen
125125+ testID="starterPackWizardScreen"
126126+ style={web([{minHeight: 0}, a.flex_1])}>
125127 <Provider starterPack={starterPack} listItems={listItems}>
126128 <WizardInner
127129 currentStarterPack={starterPack}