From f69c02a2b1e42c130ddb435764359a891f948da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Wed, 10 Aug 2016 13:05:53 +0200 Subject: [PATCH] tests: fix hints auto-follow tests --- tests/end2end/features/hints.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 51a9b9890..fc7dba39c 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -292,15 +292,13 @@ Feature: Using hints And I press the key "a" Then data/hello.txt should be loaded - # FIXME: not sure where I broke this... - @xfail_norun Scenario: Using hints -> auto-follow == 'never' in letter mode When I open data/hints/html/simple.html And I set hints -> mode to letter And I set hints -> auto-follow to never And I run :hint And I press the key "a" - And I press the key "Enter" + And I press the key "" Then data/hello.txt should be loaded Scenario: Using hints -> auto-follow == 'always' in number mode @@ -350,7 +348,7 @@ Feature: Using hints And I press the key "m" And I press the key "e" And I press the key "!" - And I press the key "Enter" + And I press the key "" Then data/hello.txt should be loaded # TODO: tests for word mode - it tries to access /usr/share/dict/words on the system