Merge pull request #1408 from notapatch/patch-1
This commit is contained in:
commit
761fe6498e
|
@ -13,9 +13,11 @@ tags: [Featurable]
|
|||
|
||||
### Clicking links and buttons
|
||||
|
||||
click 'Link Text'
|
||||
```ruby
|
||||
click_on 'Link Text'
|
||||
click_button
|
||||
click_link
|
||||
```
|
||||
|
||||
### Interacting with forms
|
||||
|
||||
|
|
Loading…
Reference in New Issue