about summary refs log tree commit diff
path: root/src/view/com/testing/TestCtrls.e2e.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/testing/TestCtrls.e2e.tsx')
-rw-r--r--src/view/com/testing/TestCtrls.e2e.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx
index 83c79ab7c..71c5f1da1 100644
--- a/src/view/com/testing/TestCtrls.e2e.tsx
+++ b/src/view/com/testing/TestCtrls.e2e.tsx
@@ -33,6 +33,7 @@ export function TestCtrls() {
       },
       'LoginForm',
     )
+    setShowLoggedOut(false)
   }
   const onPressSignInBob = async () => {
     await login(
@@ -43,6 +44,7 @@ export function TestCtrls() {
       },
       'LoginForm',
     )
+    setShowLoggedOut(false)
   }
   return (
     <View style={{position: 'absolute', top: 100, right: 0, zIndex: 100}}>