From 2ca36840036c84ca705d3b53bc478af3aa30c7a2 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Fri, 15 Jun 2018 15:31:21 -0700 Subject: [PATCH] Update selenium tests --- notebook/tests/selenium/test_markdown.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/tests/selenium/test_markdown.py b/notebook/tests/selenium/test_markdown.py index 7ff04efea..db4a44c9b 100644 --- a/notebook/tests/selenium/test_markdown.py +++ b/notebook/tests/selenium/test_markdown.py @@ -20,8 +20,8 @@ def test_markdown_cell(notebook): expected_contents = ['

FooΒΆ

', '

Bar

', '

Baz

', - '
x = 1\n
', - '
x = 1\n
' + '
x = 1
', + '
x = 1
' ] nb.append(*cell_text, cell_type="markdown") nb.run_all()