Skip to content

Commit

Permalink
Remove unnecessary check.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Nov 3, 2023
1 parent e6a3a22 commit 48efea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_notebooks/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_aiida_datatypes_viewers(selenium_driver, final_screenshot):
driver.set_window_size(1000, 2000)
driver.find_element(By.CLASS_NAME, "widget-label")
driver.find_element(By.XPATH, '//button[text()="Clear selection"]')
driver.find_element(By.XPATH, '//p[text()="Warning:"]')
time.sleep(5)


Expand Down

0 comments on commit 48efea4

Please sign in to comment.