Test fixes

This commit is contained in:
Paul Frazee 2023-08-28 19:10:36 -07:00
parent 1c460c40f4
commit 2619c55c10
5 changed files with 9 additions and 4 deletions

View file

@ -168,6 +168,7 @@ export function Selector({
backgroundColor: pal.colors.background,
}}>
<ScrollView
testID="selector"
horizontal
showsHorizontalScrollIndicator={false}
style={{position: 'absolute'}}>

View file

@ -74,7 +74,7 @@ export const ProfileListScreen = withAuthRequired(
store.shell.openModal({
name: 'confirm',
title: 'Delete List',
message: 'Are you sure',
message: 'Are you sure?',
async onPressConfirm() {
await list.delete()
if (navigation.canGoBack()) {