FIX: Broken test

This commit is contained in:
Robin Ward 2016-03-24 13:50:45 -04:00
parent db15772ab1
commit e51259ee7b
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ test("Visit Badge Pages", () => {
visit("/badges/9/autobiographer");
andThen(() => {
ok(exists('.badges-listing div'), "has the badge in the listing");
ok(exists('.badge-user'), "has the list of users with that badge");
ok(exists('.user-info'), "has the list of users with that badge");
});
});