diff --git a/tests_e2e/playwright/run_notebook.py b/tests_e2e/playwright/run_notebook.py index beda027c9..ceaa1628f 100644 --- a/tests_e2e/playwright/run_notebook.py +++ b/tests_e2e/playwright/run_notebook.py @@ -102,7 +102,7 @@ def _restart_run_all(self): nav.reset_workspace() test_app = RunNotebook(navigator=nav) notebook_filepath_in_repo = ( - "tests_e2e/playwright/test_data/test_notebook_output.ipynb" + "test_data/test_notebook_output.ipynb" ) notebook_filepath_on_nebari = "test_notebook_output.ipynb" with open(notebook_filepath_in_repo, "r") as notebook: diff --git a/tests_e2e/playwright/test_playwright.py b/tests_e2e/playwright/test_playwright.py index ee8293ee1..14633abf9 100644 --- a/tests_e2e/playwright/test_playwright.py +++ b/tests_e2e/playwright/test_playwright.py @@ -4,7 +4,7 @@ def test_notebook(navigator): test_app = RunNotebook(navigator=navigator) notebook_filepath_in_repo = ( - "tests_e2e/playwright/test_data/test_notebook_output.ipynb" + "test_data/test_notebook_output.ipynb" ) notebook_filepath_on_nebari = "test_notebook_output.ipynb" with open(notebook_filepath_in_repo, "r") as notebook: