From fc3c93d3dd61fe279cc1b15325d14292f39b9525 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Tue, 30 Aug 2016 11:30:32 +0200 Subject: [PATCH] run test for clipboard also if selection is not supported --- tests/end2end/features/hints.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index f1ad97f29..d590987f7 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -82,8 +82,7 @@ Feature: Using hints Then the message "Follow me!" should be shown Scenario: Yanking to clipboard - When selection is supported - And I run :debug-set-fake-clipboard + When I run :debug-set-fake-clipboard And I open data/hints/html/simple.html And I hint with args "links yank" and follow a Then the clipboard should contain "http://localhost:(port)/data/hello.txt"