fix unit test template
This commit is contained in:
parent
e3cbcadbd8
commit
e186871996
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue