Skip to content

Commit

Permalink
f-d: revert load_profile in one notebook and test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 17, 2023
1 parent ae605df commit a449ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 0 additions & 11 deletions notebooks/aiida_datatypes_viewers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@
"# Displaying AiiDA data types"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from aiida import load_profile\n",
"\n",
"load_profile();"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
3 changes: 3 additions & 0 deletions tests_notebooks/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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[contains(text()="Please load the profile manually")]'
)
time.sleep(5)


Expand Down

0 comments on commit a449ae5

Please sign in to comment.