We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c003e9 commit e3c9a67Copy full SHA for e3c9a67
notebook/tests/selenium/test_shutdown.py
@@ -1,5 +1,5 @@
1
"""Tests shutdown of the Kernel."""
2
-from utils import wait_for_selector, wait_for_xpath
+from .utils import wait_for_selector, wait_for_xpath
3
4
def test_shutdown(notebook):
5
notebook.edit_cell(content="print(21)")
0 commit comments