diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index b1ca885e7..f4ba8f0a4 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2021-08-28 21:08:29
+Start Time: 2021-09-23 19:58:16
Stop Time: 2021-08-29 10:59:50
+Stop Time: 2021-09-23 23:23:05
Duration: 13h 7 min
+Duration: 2h 40 min
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 193, in test_convert_email
- self.assertTrue("Email" in ret[-1]['task'])
-AssertionError: False is not true
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/switch_to.py", line 82, in frame
- frame_reference = self._driver.find_element(By.ID, frame_reference)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 976, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-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.NoSuchElementException: Message: Unable to locate element: [id="description_ifr"]
-
-
-During handling of the above exception, another exception occurred:
-
-Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/switch_to.py", line 85, in frame
- frame_reference = self._driver.find_element(By.NAME, frame_reference)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 976, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-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.NoSuchElementException: Message: Unable to locate element: [name="description_ifr"]
-
-
-During handling of the above exception, another exception occurred:
-
-Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 673, in test_xss_comment_edit
- self.edit_book(1, content={'description': ''})
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1615, in edit_book
- cls.driver.switch_to.frame("description_ifr")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/switch_to.py", line 87, in frame
- raise NoSuchFrameException(frame_reference)
-selenium.common.exceptions.NoSuchFrameException: Message: description_ifr
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 689, in test_xss_custom_comment_edit - self.check_element_on_page((By.ID, "edit_book")).click() -AttributeError: 'bool' object has no attribute 'click'-
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 373, in test_edit_author
- self.assertEqual(u'Pipo, Pipe', author.get_attribute('value'))
-AssertionError: 'Pipo, Pipe' != 'Pipo| Pipe'
-- Pipo, Pipe
-? ^
-+ Pipo| Pipe
-? ^
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 242, in test_edit_title - self.assertEqual(ele.text, u'Very long extra super turbo cool title without any issue of displaying including ö utf-8 characters') -AssertionError: 'Pipo|;.:' != 'Very long extra super turbo cool title wi[54 chars]ters' -- Pipo|;.: -+ Very long extra super turbo cool title without any issue of displaying including ö utf-8 characters-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 352, in test_sync_shelf - self.assertEqual(1, len(data), data) -AssertionError: 1 != 0 : []-
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 320, in test_user_list_edit_language
- self.assertEqual("Show All", ul['table'][1]['Visible Book Languages']['text'])
-AssertionError: 'Show All' != 'all'
-- Show All
-+ all
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 575, in test_user_list_sort
- self.assertEqual("Show All", ul['table'][0]['Visible Book Languages']['text'])
-AssertionError: 'Show All' != 'all'
-- Show All
-+ all
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 41, in test_check_chinese_Characters - self.assertEqual(helper.get_valid_filename(u'执一',unicode_filename=True), u'执一') -TypeError: get_valid_filename() got an unexpected keyword argument 'unicode_filename'+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 46, in test_check_chinese_Characters + self.assertEqual(helper.get_valid_filename(u'执一'), u'执一') +AssertionError: 'Zhi Yi' != '执一' +- Zhi Yi ++ 执一