Skip to content

Commit e3c9a67

Browse files
committed
Changed to .utils module for CI tests acceptance
1 parent 0c003e9 commit e3c9a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/tests/selenium/test_shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Tests shutdown of the Kernel."""
2-
from utils import wait_for_selector, wait_for_xpath
2+
from .utils import wait_for_selector, wait_for_xpath
33

44
def test_shutdown(notebook):
55
notebook.edit_cell(content="print(21)")

0 commit comments

Comments
 (0)