Skip to content

Commit fc9274f

Browse files
committed
Fix failing test. See #34.
1 parent cbc934a commit fc9274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/jquery/bugfixes.spec.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ describe "Bugfixes", ->
2626
xss_option.trigger("mouseup")
2727

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

0 commit comments

Comments
 (0)