From b165bdab991d99ee614aaade68d5313c254d9283 Mon Sep 17 00:00:00 2001 From: Marco Scheidhuber Date: Thu, 4 Oct 2012 13:47:20 +0200 Subject: [PATCH] Fixing browser test. --- kotti_blog/tests/test_browser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/kotti_blog/tests/test_browser.txt b/kotti_blog/tests/test_browser.txt index 7f82c43..77e8e2b 100644 --- a/kotti_blog/tests/test_browser.txt +++ b/kotti_blog/tests/test_browser.txt @@ -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