Use BDD test for link with spaces issue

Clicking actually works fine without the strip() as _resolve_url is
never called in that case, so we need to do something which actually
needs the URL as well.
This commit is contained in:
Florian Bruhin 2016-06-09 10:48:01 +02:00
parent 10918d2a3a
commit 288744c8d0

View File

@ -107,6 +107,12 @@ Feature: Using hints
And the javascript message "bop!" should be logged And the javascript message "bop!" should be logged
And the javascript message "boop!" should be logged And the javascript message "boop!" should be logged
Scenario: Using :hint run with an URL containing spaces
When I open data/hints/html/with_spaces.html
And I run :hint all run message-info {hint-url}
And I run :follow-hint a
Then the message "http://localhost:(port)/data/hello.txt" should be shown
### iframes ### iframes
Scenario: Using :follow-hint inside an iframe Scenario: Using :follow-hint inside an iframe