1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-28 16:13:17 +00:00

Update test results

This commit is contained in:
OzzieIsaacs 2020-10-10 10:14:09 +02:00
parent d70ded0993
commit 6b993ad329

View File

@ -37,20 +37,20 @@
<div class="row"> <div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3" style="margin-top:50px;"> <div class="col-xs-6 col-md-6 col-sm-offset-3" style="margin-top:50px;">
<p class='text-justify attribute'><strong>Start Time: </strong>2020-10-09 21:55:15</p> <p class='text-justify attribute'><strong>Start Time: </strong>2020-10-10 07:47:35</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3"> <div class="col-xs-6 col-md-6 col-sm-offset-3">
<p class='text-justify attribute'><strong>Stop Time: </strong>2020-10-09 23:56:21</p> <p class='text-justify attribute'><strong>Stop Time: </strong>2020-10-10 09:47:24</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-6 col-md-6 col-sm-offset-3"> <div class="col-xs-6 col-md-6 col-sm-offset-3">
<p class='text-justify attribute'><strong>Duration: </strong>1h 36 min</p> <p class='text-justify attribute'><strong>Duration: </strong>1h 37 min</p>
</div> </div>
</div> </div>
</div> </div>
@ -2758,12 +2758,12 @@ AssertionError: False is not true : Encoding of textfile viewer is not respected
<tr id="su" class="errorClass"> <tr id="su" class="passClass">
<td>TestUserTemplate</td> <td>TestUserTemplate</td>
<td class="text-center">21</td> <td class="text-center">21</td>
<td class="text-center">18</td> <td class="text-center">21</td>
<td class="text-center">1</td> <td class="text-center">0</td>
<td class="text-center">2</td> <td class="text-center">0</td>
<td class="text-center">0</td> <td class="text-center">0</td>
<td class="text-center"> <td class="text-center">
<a onclick="showClassDetail('c26', 21)">Detail</a> <a onclick="showClassDetail('c26', 21)">Detail</a>
@ -2853,41 +2853,11 @@ AssertionError: False is not true : Encoding of textfile viewer is not respected
<tr id="et26.10" class="none bg-info"> <tr id='pt26.10' class='hiddenRow bg-success'>
<td> <td>
<div class='testcase'>TestUserTemplate - test_download_user_template</div> <div class='testcase'>TestUserTemplate - test_download_user_template</div>
</td> </td>
<td colspan='6'> <td colspan='6' align='center'>PASS</td>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_et26.10')">ERROR</a>
</div>
<!--css div popup start-->
<div id="div_et26.10" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_et26.10').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_user_template.py", line 390, in test_download_user_template
self.fill_view_config({'show_65536': 0 })
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 337, in fill_view_config
ele.clear()
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 95, in clear
self._execute(Command.CLEAR_ELEMENT)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidElementStateException: Message: Unable to clear element that cannot be edited: <input id="show_65536" name="show_65536" type="checkbox"></pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
</tr> </tr>
@ -2928,41 +2898,11 @@ selenium.common.exceptions.InvalidElementStateException: Message: Unable to clea
<tr id="et26.15" class="none bg-info"> <tr id='pt26.15' class='hiddenRow bg-success'>
<td> <td>
<div class='testcase'>TestUserTemplate - test_list_user_template</div> <div class='testcase'>TestUserTemplate - test_list_user_template</div>
</td> </td>
<td colspan='6'> <td colspan='6' align='center'>PASS</td>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_et26.15')">ERROR</a>
</div>
<!--css div popup start-->
<div id="div_et26.15" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_et26.15').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_user_template.py", line 419, in test_list_user_template
self.fill_view_config({'show_131072': 0 })
File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 337, in fill_view_config
ele.clear()
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 95, in clear
self._execute(Command.CLEAR_ELEMENT)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidElementStateException: Message: Unable to clear element that cannot be edited: <input id="show_131072" name="show_131072" type="checkbox"></pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
</tr> </tr>
@ -2994,31 +2934,11 @@ selenium.common.exceptions.InvalidElementStateException: Message: Unable to clea
<tr id="ft26.19" class="none bg-danger"> <tr id='pt26.19' class='hiddenRow bg-success'>
<td> <td>
<div class='testcase'>TestUserTemplate - test_recent_user_template</div> <div class='testcase'>TestUserTemplate - test_recent_user_template</div>
</td> </td>
<td colspan='6'> <td colspan='6' align='center'>PASS</td>
<div class="text-center">
<a class="popup_link text-center" onfocus='blur()' onclick="showTestDetail('div_ft26.19')">FAIL</a>
</div>
<!--css div popup start-->
<div id="div_ft26.19" class="popup_window test_output" style="display:none;">
<div class='close_button pull-right'>
<button type="button" class="close" aria-label="Close" onfocus='this.blur();'
onclick='document.getElementById('div_ft26.19').style.display='none'"><span
aria-hidden="true">&times;</span></button>
</div>
<div class="text-left pull-left">
<pre class="text-left">Traceback (most recent call last):
File "/home/matthias/Entwicklung/calibre-web-test/test/test_user_template.py", line 83, in test_recent_user_template
self.assertFalse(self.check_element_on_page((By.ID, "nav_download")))
AssertionError: <selenium.webdriver.firefox.webelement.FirefoxWebElement (session="d0c8c8dd-716d-4c30-abca-f355980f3fac", element="d3643d4e-6555-4fef-8d63-af301305d631")> is not false</pre>
</div>
<div class="clearfix"></div>
</div>
<!--css div popup end-->
</td>
</tr> </tr>
@ -3477,9 +3397,9 @@ AssertionError: <selenium.webdriver.firefox.webelement.FirefoxWebElement (sessio
<tr id='total_row' class="text-center bg-grey"> <tr id='total_row' class="text-center bg-grey">
<td>Total</td> <td>Total</td>
<td>283</td> <td>283</td>
<td>261</td> <td>264</td>
<td>6</td> <td>5</td>
<td>3</td> <td>1</td>
<td>13</td> <td>13</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
@ -3514,7 +3434,7 @@ AssertionError: <selenium.webdriver.firefox.webelement.FirefoxWebElement (sessio
<tr> <tr>
<th>Python</th> <th>Python</th>
<td>3.8.2</td> <td>3.8.5</td>
<td>Basic</td> <td>Basic</td>
</tr> </tr>
@ -3832,7 +3752,7 @@ AssertionError: <selenium.webdriver.firefox.webelement.FirefoxWebElement (sessio
</div> </div>
<script> <script>
drawCircle(261, 6, 3, 13); drawCircle(264, 5, 1, 13);
</script> </script>
</div> </div>