Changed to .utils module for CI tests acceptance

Emilio Talamante Lugo 7 years ago
parent 0c003e9de1
commit e3c9a67294

@ -1,5 +1,5 @@
"""Tests shutdown of the Kernel."""
from utils import wait_for_selector, wait_for_xpath
from .utils import wait_for_selector, wait_for_xpath
def test_shutdown(notebook):
notebook.edit_cell(content="print(21)")

Loading…
Cancel
Save