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:
parent
10918d2a3a
commit
288744c8d0
@ -107,6 +107,12 @@ Feature: Using hints
|
||||
And the javascript message "bop!" 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
|
||||
|
||||
Scenario: Using :follow-hint inside an iframe
|
||||
|
Loading…
Reference in New Issue
Block a user