Last active
December 13, 2015 17:28
-
-
Save meatcar/4947700 to your computer and use it in GitHub Desktop.
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
def test_blah_blah_blah(): | |
def has_unfollow(driver): | |
btn = | |
return btn.text == 'Unfollow' | |
config.util.wait_assert(has_unfollow) | |
config.util.wait_assert(lambda driver: | |
profile.find_element_by_css_selector('.vf-subscribe').text == 'Unfollow') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment