diff --git a/test/Calibre-Web TestSummary_Windows.html b/test/Calibre-Web TestSummary_Windows.html index aa7931f2..0c4136ea 100644 --- a/test/Calibre-Web TestSummary_Windows.html +++ b/test/Calibre-Web TestSummary_Windows.html @@ -37,20 +37,20 @@
Start Time: 2020-10-27 20:21:32
+Start Time: 2020-12-02 18:51:45
Stop Time: 2020-10-27 22:48:11
+Stop Time: 2020-12-02 21:19:42
Duration: 1h 55 min
+Duration: 1h 56 min
Skipping convert, kepubify not found+
Skipping convert, kepubify not found+
Skipping convert, kepubify not found+
Skipping convert, kepubify not found+
Skipping convert, kepubify not found+
Skipping convert, kepubify not found+
Traceback (most recent call last): + File "C:\Entwicklung\calibre-web-test\test\test_edit_additional_books.py", line 650, in test_title_sort + self.edit_book(1, content={'book_title': u'A bok'}) + File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1397, in edit_book + ele.send_keys(Keys.CONTROL, "a") +AttributeError: 'bool' object has no attribute 'send_keys'+
Traceback (most recent call last): - File "C:\Entwicklung\calibre-web-test\test\test_edit_books.py", line 737, in test_upload_cover_hdd - self.assertTrue(False, "Browser-Cache Problem: Old Cover is displayed instead of New Cover") -AssertionError: False is not true : Browser-Cache Problem: Old Cover is displayed instead of New Cover-
Traceback (most recent call last): - File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 339, in test_edit_author - self.assertEqual(u'Pipo, Pipe', author.get_attribute('value')) -AssertionError: 'Pipo, Pipe' != 'Pipo| Pipe' -- Pipo, Pipe -? ^ -+ Pipo| Pipe -? ^+ File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 700, in test_upload_cover_hdd + self.assertGreater(diff('original.png', 'jpeg.png', delete_diff_file=True), 0.02) +AssertionError: 0.0 not greater than 0.02
Traceback (most recent call last): - File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 691, in test_upload_cover_hdd - self.assertEqual(reader.read(), resp.content) -AssertionError: b'\xf[35 chars]01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00C\x0[46400 chars]\xd9' != b'\xf[35 chars]01\x01\x00`\x00`\x00\x00\xff\xdb\x00C\x00\x08\[46837 chars]\xd9'+ File "C:\Entwicklung\calibre-web-test\test\test_edit_ebooks_gdrive.py", line 814, in test_watch_metadata + self.assertTrue(self.check_element_on_page((By.ID, "config_google_drive_watch_changes_response"))) +AssertionError: False is not true
Unknown how to test certificate-
Traceback (most recent call last): + File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 189, in test_sound_listener + self.sound_test('music.flac', 'Unknown - music', '0:02') + File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 176, in sound_test + self.assertEqual(title, title_item.text) +AssertionError: 'Unknown - music' != '✖ ✖ Unknown - music' +- Unknown - music ++ ✖ ✖ Unknown - music +? +++++
Traceback (most recent call last): File "C:\Entwicklung\calibre-web-test\test\test_reader.py", line 59, in test_txt_reader - self.assertTrue('hörte' in content.text, 'Encoding of textfile viewer is not respected properly') + self.assertTrue('hörte' in content.text, 'Encoding of textfile viewer is not respected properly') AssertionError: False is not true : Encoding of textfile viewer is not respected properly
Traceback (most recent call last): + File "C:\Entwicklung\calibre-web-test\test\test_updater.py", line 296, in test_perform_update_stable_errors + performUpdate.click() + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click + self._execute(Command.CLICK_ELEMENT) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute + return self._parent.execute(command, params) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute + self.error_handler.check_response(response) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.ElementNotInteractableException: Message: Elementcould not be scrolled into view ++ +
Traceback (most recent call last): + File "C:\Entwicklung\calibre-web-test\test\test_visiblilitys.py", line 342, in test_admin_change_visibility_rating + self.verify_order("nav_rate", 0, order=order) + File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1117, in verify_order + list_elements[index].click() + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click + self._execute(Command.CLICK_ELEMENT) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute + return self._parent.execute(command, params) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute + self.error_handler.check_response(response) + File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.ElementNotInteractableException: Message: Element could not be scrolled into view+
Traceback (most recent call last): + File "C:\Entwicklung\calibre-web-test\test\test_visiblilitys.py", line 229, in test_admin_change_visibility_read + self.verify_order("nav_unread", 0, order=order) + File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 1113, in verify_order + if not len(list_elements): +TypeError: object of type 'bool' has no len()+
ToDo-
ToDo-
ToDo-
ToDo-
ToDo-
Traceback (most recent call last): - File "C:\Entwicklung\calibre-web-test\test\test_visiblilitys.py", line 389, in test_search_functions - self.assertEqual(200, resp.status_code) -AssertionError: 200 != 404-