Skip to content

Instantly share code, notes, and snippets.

@k1r8r0wn
k1r8r0wn / capybara_cs.rb
Created May 9, 2017 16:19
Capybara/Cucumber cheat sheet
# 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')
@k1r8r0wn
k1r8r0wn / mattermost-material-theme.txt
Last active January 6, 2021 11:16
Material theme for Mattermost (Mattermost -> Account Settings ->Display -> Theme -> Copy to related input)
{"sidebarBg":"#263238","sidebarText":"#FFFFFF","sidebarUnreadText":"#FFFFFF","sidebarTextHoverBg":"#13191C","sidebarTextActiveBorder":"#80CBC4","sidebarTextActiveColor":"#FFFFFF","sidebarHeaderBg":"#2E3A40","sidebarHeaderTextColor":"#FFFFFF","onlineIndicator":"#50FA7B","awayIndicator":"#E0B333","dndIndicator":"#F74343","mentionBg":"#13191C","mentionBj":"#13191C","mentionColor":"#FFFFFF","centerChannelBg":"#13191C","centerChannelColor":"#FFFFFF","newMessageSeparator":"#f80","linkColor":"#2389D7","buttonBg":"#26A970","buttonColor":"#FFFFFF","errorTextColor":"#FD5960","mentionHighlightBg":"#2E3A40","mentionHighlightLink":"#2F81B7","codeTheme":"solarized-dark"}