fix unit test template

This commit is contained in:
Morris Jobke 2014-06-05 09:46:19 +02:00
parent e3cbcadbd8
commit e186871996

View file

@ -364,7 +364,7 @@ describe('Core base tests', function() {
beforeEach(function() {
clock = sinon.useFakeTimers();
$('#testArea').append('<div id="header">' +
'<a id="owncloud" href="#"></a>' +
'<a class="menutoggle" href="#"></a>' +
'</div>' +
'<div id="navigation"></div>');
$toggle = $('#header').find('.menutoggle');