Skip to content

Commit

Permalink
Merge 54beba5 into 87887fc
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Nov 22, 2018
2 parents 87887fc + 54beba5 commit 0577c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -317,7 +317,7 @@ test_your_test.py:
button = browser.find_by_name('btnK')
# Interact with elements
button.click()
assert browser.is_text_present('splinter.cobrateam.info'), 'splinter.cobrateam.info wasn't found... We need to'
assert browser.is_text_present('splinter.cobrateam.info'), "splinter.cobrateam.info wasn't found... We need to"
' improve our SEO techniques'
Expand Down

0 comments on commit 0577c09

Please sign in to comment.