diff --git a/cps/templates/detail.html b/cps/templates/detail.html index d6c8f42f3..2d4781ac2 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -38,6 +38,7 @@ {% endif %} {% endif %} {% if g.user.kindle_mail and entry.email_share_list %} + {% if entry.email_share_list.__len__() == 1 %}
Start Time: 2023-01-22 19:25:10
+Start Time: 2023-01-23 21:43:54
Stop Time: 2023-01-23 01:31:36
+Stop Time: 2023-01-24 03:59:24
Duration: 5h 12 min
+Duration: 5h 19 min
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 467, in test_email_only - self.assertGreaterEqual(self.email_server.handler.message_size, 5996) -AssertionError: 5995 not greater than or equal to 5996-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 461, in test_email_only - self.assertGreaterEqual(self.email_server.handler.message_size, 5996) -AssertionError: 5995 not greater than or equal to 5996-
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_edit_metadata_scholar.py", line 68, in test_load_metadata + self.assertEqual(30, len(results)) +AssertionError: 30 != 0+
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 116, in test_STARTTLS_resend_password - self.assertTrue(self.login(user, passw)) -AssertionError: False is not true-
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 54, in tearDownClass
- cls.stop_calibre_web()
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 476, in stop_calibre_web
- cls.driver.find_element(By.ID, 'admin_stop').click()
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 856, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
- raise exception_class(message, screen, stacktrace)
-selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]
-Stacktrace:
-RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
-WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:180:5
-NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:392:5
-element.find/</<@chrome://remote/content/marionette/element.sys.mjs:275:16
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_email_ssl.py", line 130, in test_SSL_logging_email
- self.assertTrue(len(re.findall('Subject: Calibre-Web test e-mail', data)), "Email logging not working")
-AssertionError: 0 is not true : Email logging not working
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 211, in test_forgot_password
- self.assertTrue(self.check_user_logged_in('forget', noCompare=True))
-AssertionError: False is not true
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 224, in test_registering_only_email
- self.assertEqual('hujh@de.de', user)
-AssertionError: 'hujh@de.de' != False
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 132, in test_registering_user
- self.assertEqual(u'flash_success',self.register(u'u1', 'huj@de.de'))
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 125, in register
- username = cls.driver.find_element(By.NAME, "name")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 856, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
- raise exception_class(message, screen, stacktrace)
-selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="name"]
-Stacktrace:
-RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
-WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:180:5
-NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:392:5
-element.find/</<@chrome://remote/content/marionette/element.sys.mjs:275:16
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 151, in test_registering_user_fail
- self.assertEqual(u'flash_success',self.register(u'udouble', 'huj@de.com'))
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 125, in register
- username = cls.driver.find_element(By.NAME, "name")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 856, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
- raise exception_class(message, screen, stacktrace)
-selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="name"]
-Stacktrace:
-RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
-WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:180:5
-NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:392:5
-element.find/</<@chrome://remote/content/marionette/element.sys.mjs:275:16
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 173, in test_user_change_password
- self.assertEqual(u'flash_success',self.register(u'upasswd', 'passwd@de.com'))
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 125, in register
- username = cls.driver.find_element(By.NAME, "name")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 856, in find_element
- return self.execute(Command.FIND_ELEMENT, {
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
- self.error_handler.check_response(response)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
- raise exception_class(message, screen, stacktrace)
-selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="name"]
-Stacktrace:
-RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
-WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:180:5
-NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:392:5
-element.find/</<@chrome://remote/content/marionette/element.sys.mjs:275:16
-