diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index 6d30c17ac..e96ea7817 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2021-08-29 19:10:57
+Start Time: 2021-08-30 20:29:58
Stop Time: 2021-08-29 22:03:18
+Stop Time: 2021-08-30 23:51:39
Duration: 2h 14 min
+Duration: 2h 41 min
ImportError: Failed to import test module: test_ebook_convert -Traceback (most recent call last): - File "/usr/lib/python3.8/unittest/loader.py", line 436, in _find_test_path - module = self._get_module_from_name(name) - File "/usr/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name - __import__(name) - File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 561 - test_convert_email self.assertEqual(ret[-1]['result'], 'Finished') - ^ -SyntaxError: invalid syntax-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 295, in test_writeonly_path - self.assertTrue(os.path.isdir(book_path)) -AssertionError: False is not true-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 673, in test_xss_comment_edit - self.check_element_on_page((By.ID, "edit_book")).click() -AttributeError: 'bool' object has no attribute 'click'-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 691, in test_xss_custom_comment_edit - self.check_element_on_page((By.ID, "edit_book")).click() -AttributeError: 'bool' object has no attribute 'click'-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 180, in test_edit_author - self.assertTrue(os.path.isdir(os.path.join(TEST_DB, 'O0u Zhi', 'book8 (8)'))) -AssertionError: False is not true-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 77, in test_edit_title - self.assertTrue(os.path.isdir(os.path.join(TEST_DB, values['author'][0], 'O0u Zhi (4)'))) -AssertionError: False is not true-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 296, in test_edit_author - self.assertTrue(gdrive_path) -AssertionError: False is not true-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 142, in test_edit_title - self.assertTrue(gdrive_path) -AssertionError: False is not true-
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 189, in test_user_change_password
- self.assertTrue(self.edit_user(u'upasswd', { 'resend_password': 1}))
-AssertionError: False is not true
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 811, in test_edit_user_email
- self.assertEqual("low@de.de", user_data['email'])
-TypeError: 'bool' object is not subscriptable
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 156, in test_list_visibility
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 423, in test_user_list_admin_role
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 605, in test_user_list_check_sort
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 361, in test_user_list_denied_tags
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 451, in test_user_list_download_role
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 146, in test_user_list_edit_button
- self.assertEqual("3_no", ul['table'][0]['Username']['text'])
-TypeError: 'bool' object is not subscriptable
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 231, in test_user_list_edit_email
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 257, in test_user_list_edit_kindle
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 319, in test_user_list_edit_language
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 274, in test_user_list_edit_locale
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 208, in test_user_list_edit_name
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 491, in test_user_list_edit_visiblility
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 584, in test_user_list_guest_edit - self.assertEqual(3, len(ul['table'])) -TypeError: 'bool' object is not subscriptable-
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 439, in test_user_list_remove_admin
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 534, in test_user_list_search
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 542, in test_user_list_sort
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 65, in test_random_user_template
- ul = self.get_user_table(1)
- File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1825, in get_user_table
- header_edit[cnt]['sort'] = head.find_element_by_xpath("./div[starts-with(@class, 'th-inner')]")
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 351, in find_element_by_xpath
- return self.find_element(by=By.XPATH, value=xpath)
- File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 658, in find_element
- return self._execute(Command.FIND_CHILD_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.NoSuchElementException: Message: Unable to locate element: ./div[starts-with(@class, 'th-inner')]
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 40, in test_check_chinese_Characters
+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 44, in test_check_chinese_Characters
self.assertEqual(helper.get_valid_filename(u'执一'), u'Zhi Yi')
AssertionError: '执一' != 'Zhi Yi'
- 执一
@@ -4558,7 +3949,7 @@ AssertionError: '执一' != 'Zhi Yi'
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 61, in test_check_deg_eur_replacement
+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 71, in test_check_deg_eur_replacement
self.assertEqual(helper.get_valid_filename(u'°€'), u'degEUR')
AssertionError: '°€' != 'degEUR'
- °€
@@ -4589,7 +3980,7 @@ AssertionError: '°€' != 'degEUR'
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 34, in test_check_doubleS
+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 36, in test_check_doubleS
self.assertEqual(helper.get_valid_filename(u'§ß'), u'SSss')
AssertionError: '§ß' != 'SSss'
- §ß
@@ -4629,7 +4020,7 @@ AssertionError: '§ß' != 'SSss'
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 31, in test_check_high23
+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 32, in test_check_high23
self.assertEqual(helper.get_valid_filename(u'²³'), u'23')
AssertionError: '²³' != '23'
- ²³
@@ -4660,7 +4051,7 @@ AssertionError: '²³' != '23'
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 37, in test_check_umlauts
+ File "/home/ozzie/Development/calibre-web-test/test/test_zz_helper.py", line 40, in test_check_umlauts
self.assertEqual(helper.get_valid_filename(u'ÄÜÖäöü'), u'AUOaou')
AssertionError: 'ÄÜÖäöü' != 'AUOaou'
- ÄÜÖäöü
@@ -4703,10 +4094,10 @@ AssertionError: 'ÄÜÖäöü' != 'AUOaou'
Total
- 340
- 301
- 11
- 21
+ 353
+ 341
+ 5
+ 0
7
@@ -5101,7 +4492,7 @@ AssertionError: 'ÄÜÖäöü' != 'AUOaou'