Skip to content

Commit

Permalink
Disable single_app
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 14, 2024
1 parent 53638d8 commit 9ecfa53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests_notebooks/test_manage_app.py
Original file line number Diff line number Diff line change
@@ -1,9 +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')]")

0 comments on commit 9ecfa53

Please sign in to comment.