Parcourir la source

do this until we figure out how to fix that issue

Khaleel Al-Adhami il y a 2 mois
Parent
commit
fc5d3f7efa
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      reflex/testing.py

+ 3 - 0
reflex/testing.py

@@ -426,6 +426,9 @@ class AppHarness:
         self._start_backend()
         self._start_frontend()
         self._wait_frontend()
+        driver = self.frontend()
+        driver.refresh()
+        driver.close()
         return self
 
     @staticmethod