From e961eb3a5087072760de6fb7949d0f2ed81dd3a2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 13 Jun 2020 10:12:49 +1000 Subject: [PATCH] Update capybara.md --- capybara.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/capybara.md b/capybara.md index deebbf0e0..1423b4762 100644 --- a/capybara.md +++ b/capybara.md @@ -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