Tests are broken since Horizon started using angular-cookies

Added the magical ng-app="hz" to the <body> tag of the tuskar's
jquery tests, because Angular.

Closes-bug: #1322222

Change-Id: Ifb0b8bf1405ef0c71a14fd0af24456144c53d730
This commit is contained in:
Radomir Dopieralski 2014-05-28 14:31:34 +02:00
parent 48d6374927
commit 05356ebc55

View File

@ -15,7 +15,7 @@
{% include "horizon/_scripts.html" %}
{% include "infrastructure/_scripts.html" %}
</head>
<body>
<body ng-app="hz">
<h1 id="qunit-header">Tuskar JavaScript Tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>