bdd: Add test for :paste with invalid URL.

This commit is contained in:
Florian Bruhin 2016-01-06 22:07:19 +01:00
parent bd611b7ee4
commit 2d9900a5ad

View File

@ -98,3 +98,9 @@ Feature: Yanking and pasting.
history:
- active: true
url: http://localhost:*/data/hello.txt
Scenario: Pasting an invalid URL
When I set general -> auto-search to false
And I put "foo bar" into the clipboard
And I run :paste
Then the error "Invalid URL" should be shown