We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc934a commit fc9274fCopy full SHA for fc9274f
spec/jquery/bugfixes.spec.coffee
@@ -26,5 +26,5 @@ describe "Bugfixes", ->
26
xss_option.trigger("mouseup")
27
28
# make sure the script tags are escaped correctly
29
- label_html = container.find("a.chosen-single").html()
+ label_html = container.find("li.group-result").html()
30
expect(label_html).toContain('</script><script>console.log(1)</script>')
0 commit comments