mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Typo in README
This commit is contained in:
parent
e2e2b1ce74
commit
aa9889b842
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ For ultimate control, you can instantiate and use a session manually.
|
||||||
end
|
end
|
||||||
session.click_link 'Sign in'
|
session.click_link 'Sign in'
|
||||||
|
|
||||||
== XPath an CSS
|
== XPath and CSS
|
||||||
|
|
||||||
Capybara does not try to guess what kind of selector you are going to give it,
|
Capybara does not try to guess what kind of selector you are going to give it,
|
||||||
if you want to use CSS with your 'within' declarations for example, you'll need
|
if you want to use CSS with your 'within' declarations for example, you'll need
|
||||||
|
|
Loading…
Add table
Reference in a new issue