Created
July 21, 2017 05:01
-
-
Save skunkworker/29d9489d59bb1029b8c32fc5701a052f to your computer and use it in GitHub Desktop.
Capybara tricks (bootstrap etc)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How to click on a bootstrap check_box with capybara. | |
find(:css, 'label', text: 'Label text here').click |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment