Skip to content

Commit 99bf444

Browse files
committed
fix markdown e2e test
1 parent d6ee905 commit 99bf444

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/markdown.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ casper.test.begin('markdown', 5, function (test) {
1616
'textarea',
1717
'## yo\n\n' +
1818
'- test\n' +
19-
'- hi\n\n'
19+
'- hi\n\n',
20+
{ keepFocus: true }
2021
)
2122
// keyUp(13)
2223
})
2324
.then(function () {
24-
// assert the output is not updarted yet because of
25+
// assert the output is not updated yet because of
2526
// debounce
2627
test.assertEval(function () {
2728
return document.querySelector('#editor div')

0 commit comments

Comments
 (0)