diff options
| author | Stephen Blott | 2015-04-29 08:37:28 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-04-29 08:37:28 +0100 | 
| commit | bc5e9545398e0e74529738e690f16063ae41f8c0 (patch) | |
| tree | f04d1ff5c8f7faf2fa94ff45ef517957327acaf4 /tests | |
| parent | 61f75448a216037251264e496e147299a1e264ae (diff) | |
| download | vimium-bc5e9545398e0e74529738e690f16063ae41f8c0.tar.bz2 | |
Fix text matching/exclusion; repair tests.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/dom_tests.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee index bb09a0a8..7bc50c72 100644 --- a/tests/dom_tests/dom_tests.coffee +++ b/tests/dom_tests/dom_tests.coffee @@ -228,9 +228,9 @@ context "Filtered link hints",        hintMarkers = getHintMarkers()        assert.equal "1", hintMarkers[0].textContent.toLowerCase()        assert.equal "2", hintMarkers[1].textContent.toLowerCase() -      assert.equal "3", hintMarkers[2].textContent.toLowerCase() +      assert.equal "3: a label", hintMarkers[2].textContent.toLowerCase()        assert.equal "4: a label", hintMarkers[3].textContent.toLowerCase() -      assert.equal "5: a label", hintMarkers[4].textContent.toLowerCase() +      assert.equal "5", hintMarkers[4].textContent.toLowerCase()  context "Input focus", | 
