Add test for null element

This commit is contained in:
Kevin Velghe 2016-10-17 15:23:22 +02:00
parent 7bb4700352
commit 97493b71ad

View File

@ -180,6 +180,11 @@ Feature: Using hints
- data/hints/iframe_target.html
- data/hello.txt (active)
Scenario: Clicking on iframe with :hint all current
When I open data/hints/iframe.html
And I hint with args "all current" and follow a
Then no crash should happen
### hints -> auto-follow-timeout
@not_osx