We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db22857 commit 9a71939Copy full SHA for 9a71939
1 file changed
test/browser/features/support/env.rb
@@ -51,6 +51,7 @@ def get_error_message id
51
BeforeAll do
52
Maze.config.receive_no_requests_wait = 15
53
Maze.config.enforce_bugsnag_integrity = false
54
+ Maze.config.reset_on_navigation_failure = true
55
$browser = Browser.new(Maze.config.browser)
56
end
57
0 commit comments