Skip to content

Commit 65a6cb7

Browse files
committed
Try to find failures in Postgres on travis.
1 parent bf95091 commit 65a6cb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kotti/tests/browser-minimal.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Logging in
2020
>>> ctrl("Username or email").value = "admin"
2121
>>> ctrl("Password").value = "secret"
2222
>>> ctrl(name="submit").click()
23+
>>> browser.contents
24+
2325
>>> "You are logged in" in browser.contents
2426
True
2527

0 commit comments

Comments
 (0)