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