FIX: Broken test
This commit is contained in:
parent
db15772ab1
commit
e51259ee7b
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue