diff --git a/cps/templates/config_edit.html b/cps/templates/config_edit.html index 6c65fe2d..d2a53200 100644 --- a/cps/templates/config_edit.html +++ b/cps/templates/config_edit.html @@ -31,7 +31,7 @@ - {{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}} + {{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}}
Start Time: 2021-05-27 20:44:36
Start Time: 2021-06-17 21:19:35
Stop Time: 2021-05-28 00:00:32
Stop Time: 2021-06-18 00:53:27
Duration: 2h 37 min
Duration: 2h 53 min
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 238, in test_edit_title - self.edit_book(content={'book_title': u'Very long extra super turbo cool title without any issue of displaying including รถ utf-8 characters'}) - File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1610, in edit_book - submit.click() - File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click - self._execute(Command.CLICK_ELEMENT) - File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute - return self._parent.execute(command, params) - 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.StaleElementReferenceException: Message: The element reference of is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 831, in test_upload_book_epub - self.fill_basic_config({'config_uploading':1}) - File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 333, in fill_basic_config - cls._fill_basic_config(elements) - File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 290, in _fill_basic_config - accordions[o].click() -IndexError: list index out of range
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 387, in test_perform_update + self.assertTrue(os.path.isdir(os.path.join(CALIBRE_WEB_PATH, "calibre-web.log"))) +AssertionError: False is not true