FIX: Regression with escaping on badge page

This commit is contained in:
Robin Ward
2016-07-28 15:53:36 -04:00
parent d9289b6da9
commit efc6408b1d
4 changed files with 18 additions and 11 deletions
@@ -12,6 +12,6 @@ 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'));
ok(!exists('.badge-card:eq(0) script'));
});
});