From 9a5fe08a0b28c9e0e785217e08cecdca6bc8fe12 Mon Sep 17 00:00:00 2001 From: Dou Du Date: Sat, 18 May 2024 09:34:43 +0200 Subject: [PATCH] sleep 3s --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 9a5b90d..2b0e231 100644 --- a/test/test.py +++ b/test/test.py @@ -26,6 +26,7 @@ def teardown_method(self, method): def test_one_quantumwell(self): self.driver.get("http://localhost:8383/voila/render/index.ipynb") self.driver.set_window_size(1280, 720) + time.sleep(3) self.driver.save_screenshot("index.png") self.driver.find_element(By.LINK_TEXT, "Numerical Solution of the Schrödinger Equation for a 1D Quantum Well").click() time.sleep(5)