Skip to content

Commit

Permalink
sleep 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed May 18, 2024
1 parent 7a0d344 commit 9a5fe08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a5fe08

Please sign in to comment.