Ver Fonte

do this until we figure out how to fix that issue

Khaleel Al-Adhami há 2 meses atrás
pai
commit
fc5d3f7efa
1 ficheiros alterados com 3 adições e 0 exclusões
  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