summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_caret.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-15 15:49:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-15 15:49:48 +0200
commite47bf7a1377d48107107f63f061daf587b378490 (patch)
treee535eea67330dc89b45c59c708ae60e1c7a07cd9 /tests/unit/browser/test_caret.py
parentf14b37a3c42a56b39f5d33bd3bf64d113aa46885 (diff)
downloadqutebrowser-e47bf7a1377d48107107f63f061daf587b378490.tar.gz
qutebrowser-e47bf7a1377d48107107f63f061daf587b378490.zip
Remove duplicate test
Diffstat (limited to 'tests/unit/browser/test_caret.py')
-rw-r--r--tests/unit/browser/test_caret.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/browser/test_caret.py b/tests/unit/browser/test_caret.py
index 7ef65fa5b..ee134c63e 100644
--- a/tests/unit/browser/test_caret.py
+++ b/tests/unit/browser/test_caret.py
@@ -121,14 +121,6 @@ class TestBlock:
eins zwei drei
""")
- def test_selecting_a_block(self, caret, selection):
- selection.toggle()
- caret.move_to_end_of_next_block()
- selection.check_multiline("""
- one two three
- eins zwei drei
- """)
-
def test_moving_back_to_the_end_of_prev_block_with_sel(self, caret, selection):
caret.move_to_end_of_next_block(2)
selection.toggle()