diff options
author | Eileen Uchitelle <eileencodes@gmail.com> | 2019-01-29 09:01:58 -0500 |
---|---|---|
committer | Eileen Uchitelle <eileencodes@gmail.com> | 2019-01-29 11:55:30 -0500 |
commit | 1a4f61307286702205fd32b3aa62c26c21c9cce3 (patch) | |
tree | d9e6738fb7d6beb4e9a30791222076835b73f0d0 /railties/test | |
parent | 5936bd9a201a2c1a3730d9c857f0908959505d2b (diff) | |
download | rails-1a4f61307286702205fd32b3aa62c26c21c9cce3.tar.gz rails-1a4f61307286702205fd32b3aa62c26c21c9cce3.tar.bz2 rails-1a4f61307286702205fd32b3aa62c26c21c9cce3.zip |
Rename methods and update docs
This is a minor update to the named methods for the following:
- s/desired_capabilities/capabilities
- s/driver_options/capabilities
Since they are all the same thing we should keep the name the same
throughout the feature.
Updated docs to match / be a little bit clearer
Also updated the Gemfile for selenium-webdriver.
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/application/test_runner_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/application/test_runner_test.rb b/railties/test/application/test_runner_test.rb index 954eb68445..f706e53e5c 100644 --- a/railties/test/application/test_runner_test.rb +++ b/railties/test/application/test_runner_test.rb @@ -771,6 +771,7 @@ module ApplicationTests def test_reset_sessions_on_failed_system_test_screenshot app_file "test/system/reset_sessions_on_failed_system_test_screenshot_test.rb", <<~RUBY require "application_system_test_case" + require "selenium/webdriver" class ResetSessionsOnFailedSystemTestScreenshotTest < ApplicationSystemTestCase ActionDispatch::SystemTestCase.class_eval do |