Skip to content

Commit

Permalink
Update tests/test_notebooks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hollas <[email protected]>
  • Loading branch information
unkcpz and danielhollas authored Dec 13, 2022
1 parent fda2f75 commit 57ca9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_computational_resources_code_setup(
output = aiidalab_exec("verdi code list").decode().strip()
assert "pw-7.0@daint-mc" in output

# Set the second code of the same comptuer
# Set the second code of the same computer
# issue https://github.com/aiidalab/aiidalab-widgets-base/issues/416
# click the "Setup new code" button
driver.find_element(By.XPATH, '(//button[text()="Setup new code"])[2]').click()
Expand Down

0 comments on commit 57ca9cb

Please sign in to comment.