Update capybara.md

This commit is contained in:
Rico Sta. Cruz 2020-06-13 10:12:49 +10:00 committed by GitHub
parent 912afcd792
commit e961eb3a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -13,9 +13,11 @@ tags: [Featurable]
### Clicking links and buttons ### Clicking links and buttons
```ruby
click_on 'Link Text' click_on 'Link Text'
click_button click_button
click_link click_link
```
### Interacting with forms ### Interacting with forms