This file contains hidden or 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
Cut me some slacks. There's more than one way to spin a cat. | |
The early bird gets to La Vergne, but you can't have cake and heat it too. | |
We can burn the British when we get there, but for now you need to come | |
down off your pedal stool, because to the victim go the spoils. | |
You're taking too much for granite and just preaching to require. | |
This is strong that broke the camel's back, so tape your pick: | |
You're either double's advocate or you're just making a half-harded effort. | |
Either way, you have a huge ship on your shoulder. | |
You're a hare's breath away from a wind-wind situation. | |
I know every road has its thorns, but you're getting too big for you bridges. |
This file contains hidden or 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
=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') |