Update capybara.md
Capybara renamed click to click_on From their history: Version 0.4.0.rc Session#click has been renamed click_link_or_button and the old click has been deprecated Version 0.4.1 New click_on alias for click_link_or_button, shorter yet unambiguous. [Jonas Nicklas]
This commit is contained in:
parent
cb4e03077f
commit
912afcd792
|
@ -13,7 +13,7 @@ tags: [Featurable]
|
|||
|
||||
### Clicking links and buttons
|
||||
|
||||
click 'Link Text'
|
||||
click_on 'Link Text'
|
||||
click_button
|
||||
click_link
|
||||
|
||||
|
|
Loading…
Reference in New Issue