We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8eadb commit 5415d3aCopy full SHA for 5415d3a
actionpack/lib/action_dispatch/system_testing/browser.rb
@@ -26,10 +26,9 @@ def configure
26
yield options if block_given? && options
27
end
28
29
- # driver_path can be configured as a proc.
30
- # proc to update web drivers. Running this proc early allows us to only
31
- # update the webdriver once and avoid race conditions when using
32
- # parallel tests.
+ # driver_path can be configured as a proc. Running this proc early allows
+ # us to only update the webdriver once and avoid race conditions when
+ # using parallel tests.
33
def preload
34
case type
35
when :chrome
0 commit comments