Created
December 27, 2012 21:13
-
-
Save nielsonm/4392027 to your computer and use it in GitHub Desktop.
Behat ShareThis
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
| $page = $this->getSession()->getPage(); | |
| $sm_clean = strtolower(preg_replace('/\W+/', '', $social_media)); | |
| $sm_button = $page->find('css', '.sharethis-buttons .st_' . $sm_clean . ' .chicklets'); | |
| $sm_button->click(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$social_mediais passed in from the feature file e.g.When I click the ShareThis "<social media>" button