Test fixes
This commit is contained in:
@@ -168,6 +168,7 @@ export function Selector({
|
||||
backgroundColor: pal.colors.background,
|
||||
}}>
|
||||
<ScrollView
|
||||
testID="selector"
|
||||
horizontal
|
||||
showsHorizontalScrollIndicator={false}
|
||||
style={{position: 'absolute'}}>
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user