From 4a78519b63774661a05ed0aa2f4a4a9675bdc425 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 16 Apr 2018 17:14:47 +0200 Subject: [PATCH] Mark opening/closing window via JS 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 8f715397f..208aeab88 100644 --- a/tests/end2end/features/javascript.feature +++ b/tests/end2end/features/javascript.feature @@ -8,6 +8,7 @@ Feature: Javascript stuff When I open data/javascript/consolelog.html Then the javascript message "console.log works!" should be logged + @flaky Scenario: Opening/Closing a window via JS When I open data/javascript/window_open.html And I run :tab-only