Skip to content

Commit

Permalink
10s to get change
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Sep 2, 2022
1 parent 803cda9 commit 4a4a6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_asymmetricwell(self):
time.sleep(5)
self.driver.execute_script("window.scrollTo(0, 1000)")
self.driver.find_element(By.CSS_SELECTOR, "label:nth-child(2) > input").click()
time.sleep(3)
time.sleep(10)
self.driver.save_screenshot("asymmetricwell.png")

test = TestTest01()
Expand Down

0 comments on commit 4a4a6af

Please sign in to comment.