diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index c5f120c03..5b79eaf61 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2024-07-10 20:16:18
+Start Time: 2024-07-11 20:34:31
Stop Time: 2024-07-11 03:24:32
+Stop Time: 2024-07-12 03:34:37
Duration: 5h 56 min
+Duration: 5h 47 min
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 636, in test_edit_rating + self.assertEqual(1, len(books[1])) +AssertionError: 1 != 0+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 923, in test_watch_metadata + self.assertTrue(button) +AssertionError: False is not true+
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 347, in test_perform_update_stable_errors
- self.assertTrue('Connection' in self.check_element_on_page((By.ID, "DialogContent")).text)
-AssertionError: False is not true
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 431, in test_update_write_protect - self.assertTrue(self.check_element_on_page((By.ID, "message"))) -AssertionError: False is not true-