Skip to content

Commit

Permalink
Fix di test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 7, 2023
1 parent db6ccb6 commit ae1a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_notebooks/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_computational_resources_code_setup(

# fill the SSH username
driver.find_element(
By.XPATH, "(//label[text()='SSH username:'])[1]/following-sibling::input"
By.XPATH, "(//label[text()='username:'])[1]/following-sibling::input"
).send_keys("dummyuser")

# click the quick setup
Expand Down Expand Up @@ -165,7 +165,7 @@ def test_computational_resources_code_setup(
# Get the element of index 3 which is the SSH username of second widget
# the one of index 2 is the SSH username in detail setup of the first widget.
driver.find_element(
By.XPATH, "(//label[text()='SSH username:'])[3]/following-sibling::input"
By.XPATH, "(//label[text()='username:'])[3]/following-sibling::input"
).send_keys("dummyuser")

# click the quick setup
Expand Down

0 comments on commit ae1a8bf

Please sign in to comment.