diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index a2fbfe1a..027a3e46 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2021-01-01 20:50:20
+Start Time: 2021-01-02 07:53:24
Stop Time: 2021-01-02 02:07:39
+Stop Time: 2021-01-02 10:58:22
Duration: 4h 51 min
+Duration: 2h 37 min
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_additional_books.py", line 270, in test_writeonly_path - self.fill_initial_config(dict(config_calibre_dir=TEST_DB)) - File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 198, in fill_initial_config - WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_calibre_dir"))) - File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until - raise TimeoutException(message, screen, stacktrace) -selenium.common.exceptions.TimeoutException: Message:-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_additional_books.py", line 38, in tearDownClass - cls.stop_calibre_web() - File "/home/matthias/Entwicklung/calibre-web-test/test/helper_ui.py", line 370, in stop_calibre_web - cls.driver.find_element_by_id('admin_stop').click() - File "/home/matthias/Entwicklung/calibre-web-test/test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 360, in find_element_by_id - return self.find_element(by=By.ID, value=id_) - File "/home/matthias/Entwicklung/calibre-web-test/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/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.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_books.py", line 274, in test_edit_series - books[1][0]['ele'].click() -AttributeError: 'bool' object has no attribute 'click'-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 421, in test_edit_series - books[1][0]['ele'].click() -AttributeError: 'bool' object has no attribute 'click'+ File "/home/matthias/Entwicklung/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 213, in test_edit_title + self.assertEqual('No Cover', title.get_attribute('value')) +AssertionError: 'No Cover' != 'The camicdemo' +- No Cover ++ The camicdemo
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_opds_feed.py", line 383, in test_opds_read_unread - self.assertEqual(len(entries['elements']),11) -AssertionError: 0 != 11-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_shelf.py", line 85, in test_private_shelf - self.assertFalse(len(self.list_shelfs())) -AssertionError: 1 is not false-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_user_template.py", line 552, in test_limit_book_languages - self.assertEqual(int(books[1][0]['id']), 13) -IndexError: list index out of range-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_visiblilitys.py", line 215, in test_admin_change_visibility_read - self.assertEqual(10, len(books[1])) -AssertionError: 10 != 0-
Traceback (most recent call last): - File "/home/matthias/Entwicklung/calibre-web-test/test/test_visiblilitys.py", line 786, in test_link_column_to_read_status - self.assertEqual(len(list_element[1]), 0) -AssertionError: 1 != 0-