From 0b3656c44655b160ef2d409fbe44c67c9978d2bc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Sep 2016 17:25:41 +0200 Subject: [PATCH] tests: Don't wait for nonexistant log message --- tests/end2end/features/javascript.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/features/javascript.feature b/tests/end2end/features/javascript.feature index 11288c13b..1d716bb95 100644 --- a/tests/end2end/features/javascript.feature +++ b/tests/end2end/features/javascript.feature @@ -50,7 +50,6 @@ Feature: Javascript stuff And I run :tab-only And I open data/javascript/window_open.html in a new tab And I run :click-element id open-normal - And I wait for "WebDialog requested, but we don't support that!" in the log And I wait for "Changing title for idx 2 to 'about:blank'" in the log And I run :tab-focus 2 And I run :click-element id close-twice