Skip to content

Commit

Permalink
Clarify documentation for system test arguments
Browse files Browse the repository at this point in the history
Previously this implied that system tests provided other non-headless
drivers when Selenium is the only driver that uses `:using`,
`:screen_size` or `:options` arguments.

This change clarifies that Selenium is the only non-headless driver.
  • Loading branch information
eileencodes committed May 14, 2017
1 parent 6e3c3e4 commit f455d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/testing.md
Expand Up @@ -658,8 +658,8 @@ end

The driver name is a required argument for `driven_by`. The optional arguments
that can be passed to `driven_by` are `:using` for the browser (this will only
be used for non-headless drivers like Selenium), and `:screen_size` to change
the size of the screen for screenshots.
be used by Selenium), and `:screen_size` to change the size of the screen for
screenshots.

```ruby
require "test_helper"
Expand Down

0 comments on commit f455d57

Please sign in to comment.