Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent 9ecfa53 commit 3495d0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests_notebooks/test_manage_app.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
#from selenium.webdriver.common.by import By
# from selenium.webdriver.common.by import By


def test_single_app(selenium_driver, final_screenshot):
#selenium = selenium_driver("single_app.ipynb?app=aiidalab-widgets-base")
# selenium = selenium_driver("single_app.ipynb?app=aiidalab-widgets-base")
selenium = selenium_driver("single_app.ipynb")
selenium.set_window_size(1440, 828)
#selenium.find_element(By.XPATH, "//button[contains(.,'Uninstall')]")
#selenium.find_element(By.XPATH, "//button[contains(.,'Install')]")
# selenium.find_element(By.XPATH, "//button[contains(.,'Uninstall')]")
# selenium.find_element(By.XPATH, "//button[contains(.,'Install')]")
2 changes: 1 addition & 1 deletion tests_notebooks/test_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_click_help(selenium_driver, final_screenshot):
selenium.find_element(By.CSS_SELECTOR, ".fa-question").click()
assert len(handles) == 1
selenium.switch_to.window(handles.pop())
#selenium.find_element(By.CSS_SELECTOR, ".mr-md-2").click()
# selenium.find_element(By.CSS_SELECTOR, ".mr-md-2").click()


def test_click_filemanager(selenium_driver, final_screenshot):
Expand Down

0 comments on commit 3495d0b

Please sign in to comment.