about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-28 19:10:36 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-08-28 19:10:36 -0700
commit2619c55c10210633eec60792dcf8799aa278c696 (patch)
tree72383dcc2b72998e471ad31bbee6d09b11e3abb9 /src
parent1c460c40f44b55f07c335b0065321ffb436c172d (diff)
downloadvoidsky-2619c55c10210633eec60792dcf8799aa278c696.tar.zst
Test fixes
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/ViewSelector.tsx1
-rw-r--r--src/view/screens/ProfileList.tsx2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/util/ViewSelector.tsx b/src/view/com/util/ViewSelector.tsx
index cd3299284..8d2a30506 100644
--- a/src/view/com/util/ViewSelector.tsx
+++ b/src/view/com/util/ViewSelector.tsx
@@ -168,6 +168,7 @@ export function Selector({
         backgroundColor: pal.colors.background,
       }}>
       <ScrollView
+        testID="selector"
         horizontal
         showsHorizontalScrollIndicator={false}
         style={{position: 'absolute'}}>
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx
index 651fac21f..3c50fdde0 100644
--- a/src/view/screens/ProfileList.tsx
+++ b/src/view/screens/ProfileList.tsx
@@ -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()) {