[FIX] tests: overflow on test page body

inherited from main CSS, would prevent from scrolling body and thus from
seeing all the test cases and test case contents (e.g. error messages
and stack traces)
This commit is contained in:
Xavier Morel 2015-03-03 11:54:12 +01:00
parent 752e21a633
commit adf5b5e0e8
1 changed files with 3 additions and 0 deletions

View File

@ -332,6 +332,9 @@
<t t-call="web.assets_common"/>
<t t-call="web.assets_backend"/>
<style>
body { overflow: auto !important; }
</style>
<script type="text/javascript" id="qunit_config">
localStorage.clear();
QUnit.config.testTimeout = 5 * 60 * 1000;