From f6d878f33f863753a8729c72fdb14eed5b7ea667 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Sep 2017 10:36:28 +0200 Subject: [PATCH] Mark window.open test as flaky --- tests/end2end/features/javascript.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/javascript.feature b/tests/end2end/features/javascript.feature index 732efa15a..8e7be7fec 100644 --- a/tests/end2end/features/javascript.feature +++ b/tests/end2end/features/javascript.feature @@ -54,6 +54,7 @@ Feature: Javascript stuff And I wait for "Focus object changed: *" in the log Then no crash should happen + @flaky Scenario: Opening window without user interaction with content.javascript.can_open_tabs_automatically set to true When I open data/hello.txt And I set content.javascript.can_open_tabs_automatically to true