mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fixed typo
This commit is contained in:
parent
774ee9cfe3
commit
9cdf015e28
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@selenium
|
||||
Feature: an entire feature that uses selenium
|
||||
|
||||
Scenario: should use selenium without being explicitely told
|
||||
Scenario: should use selenium without being explicitly told
|
||||
Then Capybara should use the "selenium" driver
|
||||
|
|
|
@ -83,7 +83,7 @@ module Capybara
|
|||
# within(:row, 3) { page.should have_content('$100.000') }
|
||||
#
|
||||
# It might be convenient to specify that the selector is automatically chosen for certain
|
||||
# values. This way you don't have to explicitely specify that you are looking for a row, or
|
||||
# values. This way you don't have to explicitly specify that you are looking for a row, or
|
||||
# an id. Let's say we want Capybara to treat any Symbols sent into methods like find to be
|
||||
# treated as though they were element ids. We could achieve this like so:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue