aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/dom_tests/dom_tests.coffee6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee
index 7e34a191..b0ee1a66 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -218,12 +218,6 @@ context "Input focus",
focusInput 100
assert.isTrue InsertMode.permanentInstance.isActive()
- should "select the previously-focused input when count is 1", ->
- document.getElementById("third").focus()
- document.getElementById("third").blur()
- focusInput 1
- assert.equal "third", document.activeElement.id
-
should "not trigger insert if there are no inputs", ->
document.getElementById("test-div").innerHTML = ""
focusInput 1