Skip to content

Commit

Permalink
Modified selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnekbytes committed Jan 24, 2023
1 parent c46151b commit 0a4d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbclassic/tests/end_to_end/test_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_save(notebook_frontend):
checkpoints = notebook_frontend.evaluate("() => Jupyter.notebook.checkpoints", page=EDITOR_PAGE)
assert len(checkpoints) == 1

notebook_frontend.try_click_selector('#ipython_notebook a', page=EDITOR_PAGE)
notebook_frontend.try_click_selector('#ipython_notebook', page=EDITOR_PAGE)
notebook_frontend.wait_for_selector('.item_link', page=EDITOR_PAGE)

hrefs_nonmatch = []
Expand Down

0 comments on commit 0a4d713

Please sign in to comment.