bdd: Move yankpaste/test.html to yankpaste.html.
This commit is contained in:
parent
e31240e6c9
commit
d992390cbe
@ -3,18 +3,18 @@ Feature: Yanking and pasting.
|
|||||||
clipboard and primary selection.
|
clipboard and primary selection.
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given I open data/yankpaste/test.html
|
Given I open data/yankpaste.html
|
||||||
|
|
||||||
Scenario: Yanking URLs to clipboard
|
Scenario: Yanking URLs to clipboard
|
||||||
When I run :yank
|
When I run :yank
|
||||||
Then the message "Yanked URL to clipboard: http://localhost:(port)/data/yankpaste/test.html" should be shown.
|
Then the message "Yanked URL to clipboard: http://localhost:(port)/data/yankpaste.html" should be shown.
|
||||||
And the clipboard should contain "http://localhost:(port)/data/yankpaste/test.html"
|
And the clipboard should contain "http://localhost:(port)/data/yankpaste.html"
|
||||||
|
|
||||||
Scenario: Yanking URLs to primary selection
|
Scenario: Yanking URLs to primary selection
|
||||||
When selection is supported
|
When selection is supported
|
||||||
And I run :yank --sel
|
And I run :yank --sel
|
||||||
Then the message "Yanked URL to primary selection: http://localhost:(port)/data/yankpaste/test.html" should be shown.
|
Then the message "Yanked URL to primary selection: http://localhost:(port)/data/yankpaste.html" should be shown.
|
||||||
And the primary selection should contain "http://localhost:(port)/data/yankpaste/test.html"
|
And the primary selection should contain "http://localhost:(port)/data/yankpaste.html"
|
||||||
|
|
||||||
Scenario: Yanking title to clipboard
|
Scenario: Yanking title to clipboard
|
||||||
When I run :yank --title
|
When I run :yank --title
|
||||||
|
Loading…
Reference in New Issue
Block a user