Evan You 10 лет назад
Родитель
Сommit
99bf444a40
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      test/e2e/markdown.js

+ 3 - 2
test/e2e/markdown.js

@@ -16,12 +16,13 @@ casper.test.begin('markdown', 5, function (test) {
       'textarea',
       '## yo\n\n' +
       '- test\n' +
-      '- hi\n\n'
+      '- hi\n\n',
+      { keepFocus: true }
     )
     // keyUp(13)
   })
   .then(function () {
-    // assert the output is not updarted yet because of
+    // assert the output is not updated yet because of
     // debounce
     test.assertEval(function () {
       return document.querySelector('#editor div')