Skip to content

Commit

Permalink
Move test notebook to tests_notebooks dir
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Aug 30, 2024
1 parent 2706d93 commit e7be9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests_notebooks/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_loaded_css(selenium_driver):
driver = selenium_driver("notebooks/test_notebook.ipynb")
driver = selenium_driver("tests_notebooks/test_notebook.ipynb")
element = driver.find_element(By.CLASS_NAME, "red-text")
assert element.value_of_css_property("color") in (
"rgba(255, 0, 0, 1)", # Chrome
Expand Down

0 comments on commit e7be9dd

Please sign in to comment.