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:
parent
48d6374927
commit
05356ebc55
@ -15,7 +15,7 @@
|
|||||||
{% include "horizon/_scripts.html" %}
|
{% include "horizon/_scripts.html" %}
|
||||||
{% include "infrastructure/_scripts.html" %}
|
{% include "infrastructure/_scripts.html" %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body ng-app="hz">
|
||||||
<h1 id="qunit-header">Tuskar JavaScript Tests</h1>
|
<h1 id="qunit-header">Tuskar JavaScript Tests</h1>
|
||||||
<h2 id="qunit-banner"></h2>
|
<h2 id="qunit-banner"></h2>
|
||||||
<div id="qunit-testrunner-toolbar"></div>
|
<div id="qunit-testrunner-toolbar"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user