bdd: Add test for :paste with invalid URL.
This commit is contained in:
parent
bd611b7ee4
commit
2d9900a5ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user