Skip to content

Commit

Permalink
Fixing browser test.
Browse files Browse the repository at this point in the history
  • Loading branch information
j23d committed Oct 4, 2012
1 parent 280d344 commit b165bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotti_blog/tests/test_browser.txt
Expand Up @@ -109,6 +109,7 @@ Private blog entries should not be shown in the blog overview

>>> browser.open(tests.BASE_URL + '/new-blog/first-blog-entry')
>>> browser.getLink("Make Public").click()
>>> browser_anonymous.open(tests.BASE_URL + '/new-blog/')
>>> "I was the first blog entry" in browser_anonymous.contents
True
>>> "Second blog entry" in browser_anonymous.contents
Expand Down

0 comments on commit b165bda

Please sign in to comment.