Skip to content

Commit

Permalink
Fix failing test. See #34.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed May 20, 2021
1 parent cbc934a commit fc9274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jquery/bugfixes.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ describe "Bugfixes", ->
xss_option.trigger("mouseup")

# make sure the script tags are escaped correctly
label_html = container.find("a.chosen-single").html()
label_html = container.find("li.group-result").html()
expect(label_html).toContain('</script><script>console.log(1)</script>')

0 comments on commit fc9274f

Please sign in to comment.