v1.118.0 E2E tests (#9994)

This commit is contained in:
Samuel Newman
2026-03-05 02:45:08 +00:00
committed by GitHub
parent afbade6f6f
commit 30c9ea5789
14 changed files with 85 additions and 34 deletions
+1
View File
@@ -57,6 +57,7 @@ export function LoggedOut({onDismiss}: {onDismiss?: () => void}) {
const agent = useAgent()
useEffect(() => {
const actors = accounts.map(acc => acc.did)
if (actors.length === 0) return
void queryClient.prefetchQuery({
queryKey: profilesQueryKey(actors),
staleTime: STALE.MINUTES.FIVE,