From 66cba0eaf792c907c56f5c459cd984f533686d57 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 17 Aug 2024 17:33:02 +0100 Subject: [PATCH] Fix: Flaky CI test runs (#4770) Because: - We are seeing intermittent failures with `Ferrum::NoSuchTargetError` being raised. This commit: - It appears to be an issue with the latest version of Ferrum, configuring it with `flatten: false` is reported to fix it. --- spec/support/cuprite.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/cuprite.rb b/spec/support/cuprite.rb index 75ff51b4f8..f317c5786b 100644 --- a/spec/support/cuprite.rb +++ b/spec/support/cuprite.rb @@ -15,6 +15,7 @@ def debug(*) app, window_size: [1200, 1200], browser_options: {}, + flatten: false, process_timeout: 30, timeout: 60, inspector: true,