Skip to content

Commit

Permalink
Fix: Flaky CI test runs (#4770)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KevinMulhern authored Aug 17, 2024
1 parent a3567ea commit 66cba0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/cuprite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def debug(*)
app,
window_size: [1200, 1200],
browser_options: {},
flatten: false,
process_timeout: 30,
timeout: 60,
inspector: true,
Expand Down

0 comments on commit 66cba0e

Please sign in to comment.