about summary refs log tree commit diff
path: root/src/view/com/testing
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-08-23 14:43:21 -0700
committerGitHub <noreply@github.com>2024-08-23 14:43:21 -0700
commitdef9dda29c7fb08edc4cbf5d659221b976413a05 (patch)
tree0fed30e222a9537a1e5ae483867bec8b271b6f61 /src/view/com/testing
parentfc5cc189b5de42ac1ee44ab0cf3ad78c2a747137 (diff)
downloadvoidsky-def9dda29c7fb08edc4cbf5d659221b976413a05.tar.zst
Release 1.90 prep (#4988)
* Stop creating a mod-authority in e2e due to upstream conflict

* Dont require 3 interests when none come back

* Fix e2e login

* intl extract
Diffstat (limited to 'src/view/com/testing')
-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}}>