From 97493b71ad060f59ddd94b8d9293fcfabf9dc512 Mon Sep 17 00:00:00 2001 From: Kevin Velghe Date: Mon, 17 Oct 2016 15:23:22 +0200 Subject: [PATCH] Add test for null element --- tests/end2end/features/hints.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index d0622b9c0..0f44adff4 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -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