diff -r ce213d6858f1 -r 7677c0401864 web/test/jstests/test_htmlhelpers.js --- a/web/test/jstests/test_htmlhelpers.js Wed May 20 16:33:01 2015 +0200 +++ b/web/test/jstests/test_htmlhelpers.js Wed May 20 15:12:58 2015 +0200 @@ -2,7 +2,7 @@ module("module2", { setup: function() { - $('#main').append('' + ''); } }); @@ -27,7 +27,7 @@ module("visibilty"); test('toggleVisibility', function() { - $('#main').append('
'); + $('#qunit-fixture').append('
'); toggleVisibility('foo'); ok($('#foo').hasClass('hidden'), 'check hidden class is set'); });