FIX: Broken test

This commit is contained in:
Robin Ward 2016-08-05 12:41:29 -04:00
parent 9adfccfad1
commit a1e94cb1c1

View File

@ -12,6 +12,5 @@ test("Visit Badge Pages", () => {
andThen(() => {
ok(exists('.badge-card'), "has the badge in the listing");
ok(exists('.user-info'), "has the list of users with that badge");
ok(!exists('.badge-card:eq(0) strike'));
});
});