run test for clipboard also if selection is not supported

This commit is contained in:
Julian Weigt 2016-08-30 11:30:32 +02:00
parent 853e75e3db
commit fc3c93d3dd

View File

@ -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"