Skip to content

Instantly share code, notes, and snippets.

View FrozenIce0617's full-sized avatar
🏡
Working from home

SuccessTracker FrozenIce0617

🏡
Working from home
View GitHub Profile
@FrozenIce0617
FrozenIce0617 / GitCommitEmoji.md
Created September 30, 2019 13:06 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')