FIX: Regression with escaping on badge page
This commit is contained in:
@@ -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'));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user