Update capybara.md
This commit is contained in:
parent
912afcd792
commit
e961eb3a50
|
@ -13,9 +13,11 @@ tags: [Featurable]
|
|||
|
||||
### Clicking links and buttons
|
||||
|
||||
click_on 'Link Text'
|
||||
click_button
|
||||
click_link
|
||||
```ruby
|
||||
click_on 'Link Text'
|
||||
click_button
|
||||
click_link
|
||||
```
|
||||
|
||||
### Interacting with forms
|
||||
|
||||
|
|
Loading…
Reference in New Issue