structure changed ...

This commit is contained in:
Sam Saffron 2015-11-05 21:21:52 +11:00
parent 03db51877e
commit 04856dac10

View file

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