mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Remove markdown cells assertions since they're not useful anymore
This commit is contained in:
parent
ebf27aa94c
commit
0acdea70d9
@ -28,14 +28,6 @@ def test_insert_cell(notebook):
|
||||
assert notebook.get_cell_type(3) == "code"
|
||||
assert len(notebook.cells) == 5
|
||||
|
||||
notebook.focus_cell(2)
|
||||
notebook.convert_cell_type(2, "markdown")
|
||||
assert notebook.get_cell_type(2) == "markdown"
|
||||
notebook.current_cell.send_keys("a")
|
||||
assert notebook.get_cell_type(3) == "markdown"
|
||||
notebook.current_cell.send_keys("b")
|
||||
assert notebook.get_cell_type(4) == "markdown"
|
||||
|
||||
notebook.edit_cell(index=1, content="cell1")
|
||||
notebook.focus_cell(1)
|
||||
notebook.current_cell.send_keys("a")
|
||||
|
Loading…
Reference in New Issue
Block a user