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:
not-a-patch 2020-04-17 09:57:01 +01:00 committed by GitHub
parent cb4e03077f
commit 912afcd792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ tags: [Featurable]
### Clicking links and buttons
click 'Link Text'
click_on 'Link Text'
click_button
click_link