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'));
|
||||
});
|
||||
});
|
||||
|
||||
@@ -389,7 +389,7 @@ export default {
|
||||
"id": 9,
|
||||
"name": "Autobiographer",
|
||||
"description": null,
|
||||
"long_description": "<strike>hello</strike>",
|
||||
"long_description": "<script>hello</script>",
|
||||
"grant_count": 545,
|
||||
"allow_title": false,
|
||||
"multiple_grant": false,
|
||||
|
||||
Reference in New Issue
Block a user