Skip to content

Instantly share code, notes, and snippets.

View RyanChrisSmith's full-sized avatar

Ryan Smith RyanChrisSmith

View GitHub Profile
@RyanChrisSmith
RyanChrisSmith / Capybara Cheat Sheet.md
Created August 24, 2022 18:50 — forked from alexbrinkman/Capybara Cheat Sheet.md
A List of Methods for Capybara

Navigating

visit "/projects"
visit post_comments_path(post)

Clicking links and buttons

click_link "id-of-link"
click_link "Link Text"