2020-09-09 05:00:09 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
< / div >
< div class = "row" >
< div class = "col" >
< div class = "col-xs-12 col-sm-6" >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-6" >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" style = "margin-top:50px;" >
2023-12-10 06:26:26 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2023-12-10 09:21:07< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2023-12-10 06:26:26 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2023-12-10 14:53:07< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2023-12-10 06:26:26 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 4h 31 min< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
2023-08-30 18:23:40 +00:00
< tr id = "su" class = "passClass" >
2020-09-09 05:00:09 +00:00
< td > TestAnonymous< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 13< / td >
2023-08-30 18:23:40 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-02-16 12:08:39 +00:00
< a onclick = "showClassDetail('c1', 13)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_check_locale_guest< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_category< / div >
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_format< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_hot< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_language< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_publisher< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rated< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rating< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-08-30 18:23:40 +00:00
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_series< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-08-30 18:23:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_random_books_available< / div >
2021-11-23 18:32:11 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
2020-12-09 18:02:10 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_restricted_settings_visibility< / div >
2020-12-09 18:02:10 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-09 18:02:10 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = 'pt1.13' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestAnonymous - test_guest_visibility_sidebar< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-18 16:14:00 +00:00
< tr id = "su" class = "passClass" >
2023-03-20 18:00:35 +00:00
< td > TestBackupMetadata< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 21< / td >
< td class = "text-center" > 21< / td >
2023-10-18 16:14:00 +00:00
< td class = "text-center" > 0< / td >
2023-08-31 09:42:55 +00:00
< td class = "text-center" > 0< / td >
2023-03-20 18:00:35 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c2', 21)" > Detail< / a >
2023-03-20 18:00:35 +00:00
< / td >
< / tr >
2023-10-15 13:43:50 +00:00
< tr id = 'pt2.1' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_all< / div >
< / td >
2023-10-15 13:43:50 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.2' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_author< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_description< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt2.4' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_identifier< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-03-21 19:04:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_language< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.6' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_publisher< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.7' class = 'hiddenRow bg-success' >
2023-08-30 18:23:40 +00:00
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_publishing_date< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-08-30 18:23:40 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.8' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-03-21 19:04:39 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_rating< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.9' class = 'hiddenRow bg-success' >
< td >
2023-10-18 16:14:00 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_series_index< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.10' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_tags< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_book_title< / div >
2023-08-30 18:23:40 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.12' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_Comment< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_Enum< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.14' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_bool< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_categories< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_date< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-18 16:14:00 +00:00
< tr id = 'pt2.17' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_float< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-18 16:14:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-08 13:46:51 +00:00
< / tr >
< tr id = 'pt2.18' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_int< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt2.19' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.20' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_backup_change_custom_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt2.21' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadata - test_upload_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestBackupMetadataGdrive< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c3', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt3.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestBackupMetadataGdrive - test_backup_gdrive< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = "su" class = "passClass" >
2023-10-08 13:46:51 +00:00
< td > TestCli< / td >
< td class = "text-center" > 13< / td >
2023-10-09 05:01:16 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c4', 13)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_already_started< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt4.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestCli - test_bind_to_single_interface< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt4.3' class = 'hiddenRow bg-success' >
2023-10-08 13:46:51 +00:00
< td >
< div class = 'testcase' > TestCli - test_change_password< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt4.4' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_cli_SSL_files< / div >
2023-03-20 18:00:35 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.5' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_cli_different_folder< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt4.6' class = 'hiddenRow bg-success' >
2023-10-08 13:46:51 +00:00
< td >
< div class = 'testcase' > TestCli - test_cli_different_settings_database< / div >
2023-03-21 19:04:39 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.7' class = 'hiddenRow bg-success' >
2023-03-20 18:00:35 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_dryrun_update< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.8' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_enable_reconnect< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
2023-10-03 06:12:33 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.9' class = 'hiddenRow bg-success' >
2023-03-21 19:04:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_environ_port_setting< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-21 19:04:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.10' class = 'hiddenRow bg-success' >
2023-03-21 19:04:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_logfile< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-21 19:04:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.11' class = 'hiddenRow bg-success' >
2023-03-21 19:04:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_no_database< / div >
2023-03-21 19:04:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt4.12' class = 'hiddenRow bg-success' >
2023-03-21 19:04:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_settingsdb_not_writeable< / div >
2023-03-21 19:04:39 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-20 18:00:35 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt4.13' class = 'hiddenRow bg-success' >
2023-03-21 19:04:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCli - test_writeonly_static_files< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-21 19:04:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
< td > TestCliGdrivedb< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c5', 4)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_folder< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt5.2' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_location< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt5.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_gdrive_db_nonwrite< / div >
2023-01-29 07:20:24 +00:00
< / td >
2023-01-31 17:54:20 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt5.4' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_no_database< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-01-31 17:54:20 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestCoverEditBooks< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c6', 2)" > Detail< / a >
2023-02-28 18:48:53 +00:00
< / td >
< / tr >
2023-01-31 17:54:20 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt6.1' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestCoverEditBooks - test_invalid_jpg_hdd< / div >
2020-12-09 18:02:10 +00:00
< / td >
2023-01-31 17:54:20 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt6.2' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestCoverEditBooks - test_upload_jpg< / div >
2021-03-23 16:39:51 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = "su" class = "passClass" >
< td > TestDeleteDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c7', 1)" > Detail< / a >
2023-02-28 18:48:53 +00:00
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt7.1' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestDeleteDatabase - test_delete_books_in_database< / div >
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-28 18:48:53 +00:00
< td > TestEbookConvertCalibre< / td >
< td class = "text-center" > 15< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 15< / td >
< td class = "text-center" > 0< / td >
2022-06-18 16:44:02 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c8', 15)" > Detail< / a >
2022-06-18 16:44:02 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt8.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_calibre_log< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_options< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.7' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.8' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.9' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_xss< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.10' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.11' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.12' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.13' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.14' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt8.15' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_user_convert_xss< / div >
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-24 16:35:09 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
2023-05-27 13:32:48 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 6< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 4< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2023-02-09 18:46:36 +00:00
< td class = "text-center" > 0< / td >
2022-01-30 09:57:29 +00:00
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c9', 6)" > Detail< / a >
2022-01-30 09:57:29 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et9.1" class = "none bg-info" >
2023-02-09 18:46:36 +00:00
< td >
2023-05-27 13:32:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 221, in test_convert_email
self.assertEqual(len(details[' kindle' ]), 1)
TypeError: object of type ' NoneType' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft9.2" class = "none bg-danger" >
2023-10-08 13:46:51 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft9.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft9.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft9.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 266, in test_convert_failed_and_email
self.assertEqual(' Finished' , ret[-1][' result' ])
AssertionError: ' Finished' != ' Started'
- Finished
+ Started< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt9.3' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2023-05-27 13:32:48 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt9.4' class = 'hiddenRow bg-success' >
2023-05-27 13:32:48 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt9.5' class = 'hiddenRow bg-success' >
2023-05-27 13:32:48 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt9.6' class = 'hiddenRow bg-success' >
2023-05-27 13:32:48 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-05-27 13:32:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
2023-02-28 18:48:53 +00:00
< td > TestEbookConvertKepubify< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c10', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt10.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt10.2' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-28 18:48:53 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt10.3' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-18 16:14:00 +00:00
< tr id = "su" class = "passClass" >
2023-02-28 18:48:53 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
< td class = "text-center" > 3< / td >
2023-10-18 16:14:00 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2023-02-28 18:48:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c11', 3)" > Detail< / a >
2023-02-28 18:48:53 +00:00
< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt11.1' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-18 16:14:00 +00:00
< tr id = 'pt11.2' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_only< / div >
< / td >
2023-10-18 16:14:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-28 18:48:53 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt11.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "skipClass" >
2023-02-16 12:08:39 +00:00
< td > TestEditAdditionalBooks< / td >
2023-08-23 18:50:39 +00:00
< td class = "text-center" > 20< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 18< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-08-23 18:50:39 +00:00
< td class = "text-center" > 2< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-08-23 18:50:39 +00:00
< a onclick = "showClassDetail('c12', 20)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_cbz_comicinfo< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.2' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_change_upload_formats< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.4' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_role< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_details_popup< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.6' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.7' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_capital< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.8' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_standard< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.9' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_special_book_identifier< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.10' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_title_sort< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_cbz_coverformats< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt12.12' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_edit_role< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-08-31 09:42:55 +00:00
< tr id = 'pt12.13' class = 'hiddenRow bg-success' >
2023-08-23 18:50:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cb7< / div >
< / td >
2023-08-31 09:42:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-08-23 18:50:39 +00:00
< / tr >
< tr id = 'pt12.14' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbr< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-08-23 18:50:39 +00:00
< tr id = 'pt12.15' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbt< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-08-23 18:50:39 +00:00
< tr id = "st12.16" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_calibre_database< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st12.16')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st12.16" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st12.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.17' class = 'hiddenRow bg-success' >
2023-08-23 18:50:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_path< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-08-23 18:50:39 +00:00
< / tr >
< tr id = 'st12.18' class = 'none bg-warning' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_author_edit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.19' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_comment_edit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt12.20' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_custom_comment_edit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "skipClass" >
< td > TestEditBooks< / td >
< td class = "text-center" > 38< / td >
< td class = "text-center" > 36< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2023-10-03 06:12:33 +00:00
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 2< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c13', 38)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_download_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_author< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_category< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_comments< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.5' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_bool< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_categories< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_comment< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_date< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.9' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_float< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_int< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_rating< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_single_select< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.13' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_text< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publisher< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publishing_date< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.17' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.18' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt13.19' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditBooks - test_edit_title< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "st13.20" class = "none bg-warning" >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_rename_upper_lowercase< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2023-10-08 13:46:51 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st13.20')" > SKIP< / a >
2023-10-03 06:12:33 +00:00
< / div >
<!-- css div popup start -->
2023-10-08 13:46:51 +00:00
< div id = "div_st13.20" class = "popup_window test_output" style = "display:none;" >
2023-10-03 06:12:33 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-10-08 13:46:51 +00:00
onclick="document.getElementById('div_st13.20').style.display='none'">< span
2023-10-03 06:12:33 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-10-08 13:46:51 +00:00
< pre class = "text-left" > For some reason it works, but during test it fails, only if executed in debugger it works< / pre >
2023-10-03 06:12:33 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "st13.21" class = "none bg-warning" >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_rename_uppercase_lowercase< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2023-10-08 13:46:51 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st13.21')" > SKIP< / a >
2023-10-03 06:12:33 +00:00
< / div >
<!-- css div popup start -->
2023-10-08 13:46:51 +00:00
< div id = "div_st13.21" class = "popup_window test_output" style = "display:none;" >
2023-10-03 06:12:33 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-10-08 13:46:51 +00:00
onclick="document.getElementById('div_st13.21').style.display='none'">< span
2023-10-03 06:12:33 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-10-08 13:46:51 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2023-10-03 06:12:33 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.22' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_author< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.23' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_functions< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.24' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_language< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.25' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_publisher< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.26' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_series< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.27' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_tag< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.28' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cb7< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.29' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbr< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.30' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbt< / div >
2023-10-03 06:12:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-03 06:12:33 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.31' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbz< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.32' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_epub< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.33' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_fb2< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.34' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_lit< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.35' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_mobi< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.36' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_pdf< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-03-27 15:58:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.37' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_cbz_coverformats< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt13.38' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_cover_hdd< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
< td > TestEditAuthors< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c14', 6)" > Detail< / a >
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_co_author< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_one_book< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_two_books< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_co_author< / div >
2023-06-18 16:30:01 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-06-18 16:30:01 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
2023-06-18 16:30:01 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_two_co_authors< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt14.6' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthors - test_rename_capital_on_upload< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
< td > TestEditAuthorsGdrive< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c15', 6)" > Detail< / a >
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_co_author< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.2' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_one_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_two_books< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.4' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_co_author< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_two_co_authors< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt15.6' class = 'hiddenRow bg-success' >
2023-08-23 18:50:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_rename_capital_on_upload< / div >
2023-08-23 18:50:39 +00:00
< / td >
2023-08-29 18:04:18 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-08-23 18:50:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
< td > TestEditBooksList< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c16', 18)" > Detail< / a >
< / td >
< / tr >
2023-08-23 18:50:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_author< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_categories< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_comment< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_category< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.5' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_comment< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_enum< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.7' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_float< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_int< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.9' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_ratings< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.10' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_text< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-08-29 18:04:18 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.11' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_languages< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.12' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_publisher< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.13' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_series< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.14' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_seriesindex< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.15' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_title< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.16' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_list_visibility< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.17' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_restricted_rights< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-05-27 13:32:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt16.18' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksList - test_search_books_list< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-05-27 13:32:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "passClass" >
2023-10-08 13:46:51 +00:00
< td > TestLoadMetadata< / td >
< td class = "text-center" > 1< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c17', 1)" > Detail< / a >
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-12-10 06:26:26 +00:00
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLoadMetadata - test_load_metadata< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "passClass" >
2023-10-08 13:46:51 +00:00
< td > TestEditBooksOnGdrive< / td >
2023-08-31 09:42:55 +00:00
< td class = "text-center" > 18< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 18< / td >
< td class = "text-center" > 0< / td >
2023-10-09 05:01:16 +00:00
< td class = "text-center" > 0< / td >
2023-02-09 18:46:36 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c18', 18)" > Detail< / a >
2023-02-09 18:46:36 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_download_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.2' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_author< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.3' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_category< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.4' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_comments< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.5' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_bool< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.6' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_categories< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.7' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_float< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.8' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_int< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.9' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_rating< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.10' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_single_select< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.11' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_text< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.12' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_language< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.13' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_publisher< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-08-31 09:42:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt18.14' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_rating< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt18.15' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_series< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt18.16' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_title< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt18.17' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_lit< / div >
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-09 05:01:16 +00:00
< tr id = 'pt18.18' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_watch_metadata< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-09 05:01:16 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-08-30 18:23:40 +00:00
< tr id = "su" class = "passClass" >
2023-10-08 13:46:51 +00:00
< td > TestLoadMetadataScholar< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2023-08-30 18:23:40 +00:00
< td class = "text-center" > 0< / td >
2023-08-24 08:51:16 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c19', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-03 06:12:33 +00:00
< tr id = 'pt19.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLoadMetadataScholar - test_load_metadata< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
< td > TestSTARTTLS< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c20', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt20.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_SSL_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt20.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_resend_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestSSL< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c21', 7)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_None_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_STARTTLS_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_logging_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_non_admin_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_only< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSSL - test_email_limit< / div >
2022-04-30 06:26:00 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-30 06:26:00 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt21.7' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestSSL - test_filepicker_two_file< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
< td > TestBookDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c22', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2022-04-30 06:26:00 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt22.1' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestBookDatabase - test_invalid_book_path< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestErrorReadColumn< / td >
< td class = "text-center" > 2< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c23', 2)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt23.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_column< / div >
2022-04-30 06:26:00 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-30 06:26:00 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt23.2' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_read_column< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
< tr id = "su" class = "skipClass" >
< td > TestFilePicker< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c24', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt24.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestFilePicker - test_filepicker_limited_file< / div >
2021-12-05 12:04:13 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "st24.2" class = "none bg-warning" >
2021-12-05 12:04:13 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestFilePicker - test_filepicker_new_file< / div >
2023-02-09 18:46:36 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2023-10-08 13:46:51 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st24.2')" > SKIP< / a >
2023-02-09 18:46:36 +00:00
< / div >
<!-- css div popup start -->
2023-10-08 13:46:51 +00:00
< div id = "div_st24.2" class = "popup_window test_output" style = "display:none;" >
2023-02-09 18:46:36 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-10-08 13:46:51 +00:00
onclick="document.getElementById('div_st24.2').style.display='none'">< span
2023-02-09 18:46:36 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-02-16 12:08:39 +00:00
< pre class = "text-left" > Not implemented< / pre >
2023-02-09 18:46:36 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt24.3' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestFilePicker - test_two_filepickers< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
< td > TestSetupGdrive< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c25', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt25.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSetupGdrive - test_config_gdrive< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestGoodreads< / td >
< td class = "text-center" > 3< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c26', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestGoodreads - test_author_page< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt26.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestGoodreads - test_author_page_invalid< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt26.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestGoodreads - test_goodreads_about< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestKoboSync< / td >
< td class = "text-center" > 12< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c27', 12)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_book_download< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_about< / div >
2022-04-30 06:26:00 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-30 06:26:00 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.3' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_limit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_sync_selected_shelfs< / div >
2022-04-26 08:49:06 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.5' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_upload_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_shelves_add_remove_books< / div >
2022-04-26 08:49:06 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.7' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_changed_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_invalid< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_reading_state< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.10' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_shelf< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_unchanged< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt27.12' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_upload< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestKoboSyncBig< / td >
< td class = "text-center" > 6< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 6< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c28', 6)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_download_cover< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_multi_user< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_selected_shelves< / div >
2022-02-09 17:17:00 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.4' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_changed_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_reading_state< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2022-04-26 08:49:06 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt28.6' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_shelf< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
2023-02-16 12:08:39 +00:00
< td > TestLdapLogin< / td >
< td class = "text-center" > 13< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 11< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 2< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c29', 13)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL< / div >
2020-09-28 19:24:47 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.2' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL_CERTIFICATE< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_STARTTLS< / div >
2021-07-30 07:25:08 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_fallback_Login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2021-07-30 07:25:08 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.5' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import< / div >
2021-07-30 07:25:08 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_LDAP_import_memberfield< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2021-07-30 07:25:08 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.7' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_login< / div >
2021-07-30 07:25:08 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2020-09-28 19:24:47 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.8' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_invalid_LDAP< / div >
2021-03-23 16:39:51 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.9' class = 'hiddenRow bg-success' >
2020-09-28 19:24:47 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_about< / div >
2021-11-23 18:32:11 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.10' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_authentication< / div >
2020-12-08 19:11:55 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt29.11' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_kobo_sync< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et29.12" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_anonymous< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et29.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et29.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et29.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/models.py" , line 434, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/url.py" , line 397, in parse_url
return six.raise_from(LocationParseError(source_url), None)
File " < string> " , line 3, in raise_from
urllib3.exceptions.LocationParseError: Failed to parse: http://127.0.0.1:{}/opds/download/13/pdf/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 969, in test_ldap_opds_anonymous
r = req_session.get(' http://127.0.0.1:{}' + entries[' elements' ][0][' download' ])
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py" , line 602, in get
return self.request(" GET" , url, **kwargs)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py" , line 575, in request
prep = self.prepare_request(req)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py" , line 486, in prepare_request
p.prepare(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/models.py" , line 368, in prepare
self.prepare_url(url, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/models.py" , line 436, in prepare_url
raise InvalidURL(*e.args)
requests.exceptions.InvalidURL: Failed to parse: http://127.0.0.1:{}/opds/download/13/pdf/< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et29.13" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_download_book< / div >
2020-12-08 19:11:55 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et29.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et29.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et29.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 841, in test_ldap_opds_download_book
self.fill_basic_config({' config_ldap_provider_url' : ' 127.0.0.1' ,
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 399, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2020-12-08 19:11:55 +00:00
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestSecurity< / td >
< td class = "text-center" > 4< / td >
2023-10-03 06:12:33 +00:00
< td class = "text-center" > 4< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c30', 4)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt30.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSecurity - test_login_limit< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt30.2' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestSecurity - test_opds_limit< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-09 18:46:36 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt30.3' class = 'hiddenRow bg-success' >
2023-02-09 18:46:36 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestSecurity - test_password_strength< / div >
2020-12-08 19:11:55 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt30.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestSecurity - test_register_limit< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestCalibreWebListOrders< / td >
< td class = "text-center" > 10< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c31', 10)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.1' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_author_sort< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.2' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_download_sort< / div >
2020-12-08 19:11:55 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.3' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_format_sort< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.4' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_lang_sort< / div >
2023-01-31 17:54:20 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.5' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_order_authors_all_links< / div >
2023-01-31 17:54:20 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.6' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_order_series_all_links< / div >
2023-01-31 17:54:20 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.7' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_publisher_sort< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_ratings_sort< / div >
2023-01-31 17:54:20 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-01-31 17:54:20 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.9' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_series_sort< / div >
2023-01-31 17:54:20 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt31.10' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_tags_sort< / div >
2023-01-31 17:54:20 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "skipClass" >
< td > TestLogging< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 8< / td >
2023-01-31 17:54:20 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 1< / td >
2023-01-31 17:54:20 +00:00
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c32', 9)" > Detail< / a >
2023-01-31 17:54:20 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt32.1' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLogging - test_access_log_recover< / div >
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt32.2' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLogging - test_debug_log< / div >
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt32.3' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLogging - test_debuginfo_download< / div >
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt32.4' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestLogging - test_failed_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "st32.5" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestLogging - test_failed_register< / div >
2023-02-09 18:46:36 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2023-10-08 13:46:51 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st32.5')" > SKIP< / a >
2023-02-09 18:46:36 +00:00
< / div >
<!-- css div popup start -->
2023-10-08 13:46:51 +00:00
< div id = "div_st32.5" class = "popup_window test_output" style = "display:none;" >
2023-02-09 18:46:36 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-10-08 13:46:51 +00:00
onclick="document.getElementById('div_st32.5').style.display='none'">< span
2023-02-09 18:46:36 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-10-08 13:46:51 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2023-02-09 18:46:36 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-01-29 07:20:24 +00:00
2023-10-08 13:46:51 +00:00
< tr id = 'pt32.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogging - test_logbook_download< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt32.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogging - test_logfile_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt32.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogging - test_logfile_recover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt32.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogging - test_logviewer< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "failClass" >
2023-10-08 13:46:51 +00:00
< td > TestLogin< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 18< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 17< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c33', 18)" > Detail< / a >
2023-10-08 13:46:51 +00:00
< / td >
< / tr >
< tr id = 'pt33.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_digest_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_login_capital_letters_user_unicode_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_login_cookie_steal< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_login_delete_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_empty_password< / div >
2023-01-31 17:54:20 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-01-31 17:54:20 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
2023-01-31 17:54:20 +00:00
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.6' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_locale_select< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_protected< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_remember_me< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_rename_user< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.10' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_unicode_user_space_end_password< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_login_user_with_space_password_end_space< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.12' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_magic_remote_login< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-03 06:12:33 +00:00
< tr id = 'pt33.13' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_next< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt33.14' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-10-03 06:12:33 +00:00
< div class = 'testcase' > TestLogin - test_password_policy< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt33.15' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLogin - test_proxy_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft33.16" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestLogin - test_proxy_login_multi_user< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft33.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft33.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft33.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 531, in test_proxy_login_multi_user
self.assertTrue(' < input type=" text" class=" form-control" name=" name" id=" name" value=" new_user1" autocomplete=" off" > ' in resp.text)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt33.17' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLogin - test_proxy_login_opds< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt33.18' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestLogin - test_robots< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-18 16:44:02 +00:00
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
< td > TestMergeBooksList< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c34', 2)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt34.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestMergeBooksList - test_book_merge< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt34.2' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestMergeBooksList - test_delete_book< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestOAuthLogin< / td >
< td class = "text-center" > 2< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c35', 2)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt35.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOAuthLogin - test_oauth_about< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt35.2' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOAuthLogin - test_visible_oauth< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-02-09 18:46:36 +00:00
2023-05-28 08:24:40 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestOPDSFeed< / td >
2023-08-29 18:04:18 +00:00
< td class = "text-center" > 24< / td >
< td class = "text-center" > 24< / td >
2023-05-28 08:24:40 +00:00
< td class = "text-center" > 0< / td >
2023-02-28 18:48:53 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-08-29 18:04:18 +00:00
< a onclick = "showClassDetail('c36', 24)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-02-09 18:46:36 +00:00
2023-02-16 12:08:39 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.2' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_author< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.3' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_books< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_calibre_companion< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.5' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_colon_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_cover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_download_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_formats< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_guest_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.10' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_language< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.12' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_non_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.13' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_publisher< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.14' class = 'hiddenRow bg-success' >
2022-06-18 16:44:02 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_random< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.15' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_ratings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.16' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_read_unread< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-02-28 18:48:53 +00:00
2023-05-28 08:24:40 +00:00
< tr id = 'pt36.17' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_search< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-05-28 08:24:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.18' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_series< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.19' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_shelf_access< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.20' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-08-29 18:04:18 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_stats< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.21' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-08-29 18:04:18 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_tags< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.22' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-08-29 18:04:18 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_top_rated< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt36.23' class = 'hiddenRow bg-success' >
2023-08-29 18:04:18 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_unicode_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt36.24' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_recently_added< / div >
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-08-30 18:23:40 +00:00
< td > TestUploadPDF< / td >
< td class = "text-center" > 1< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 1< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c37', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt37.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-08-30 18:23:40 +00:00
< div class = 'testcase' > TestUploadPDF - test_upload_invalid_pdf< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-07-28 11:44:56 +00:00
< tr id = "su" class = "passClass" >
< td > TestPipInstall< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-07-28 11:44:56 +00:00
< a onclick = "showClassDetail('c38', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-07-28 11:44:56 +00:00
< tr id = 'pt38.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-07-28 11:44:56 +00:00
< div class = 'testcase' > TestPipInstall - test_command_start< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-07-28 11:44:56 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt38.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestPipInstall - test_foldername_database_location< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-07-28 11:44:56 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt38.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestPipInstall - test_module_start< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
2023-02-16 12:08:39 +00:00
< td > TestReader< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 8< / td >
2023-10-15 13:43:50 +00:00
< td class = "text-center" > 5< / td >
< td class = "text-center" > 1< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c39', 8)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'st39.1' class = 'none bg-warning' >
< td >
< div class = 'testcase' > TestReader - test_cb7_reader< / div >
< / td >
< td colspan = '6' align = 'center' > SKIP< / td >
< / tr >
< tr id = "et39.2" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-03-27 15:58:07 +00:00
< div class = 'testcase' > TestReader - test_comic_MACOS_files< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 348, in test_comic_MACOS_files
left.click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py" , line 93, in click
self._execute(Command.CLICK_ELEMENT)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py" , line 403, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < div id=" left" class=" arrow" > could not be scrolled into view
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:349:5
webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:166:11
interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:135:11
clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29
receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft39.3" class = "none bg-danger" >
2023-02-16 12:08:39 +00:00
< td >
2023-03-27 15:58:07 +00:00
< div class = 'testcase' > TestReader - test_comic_reader< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 223, in test_comic_reader
self.assertTrue(self.check_element_on_page((By.ID, " left" )).is_displayed())
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt39.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-03-27 15:58:07 +00:00
< div class = 'testcase' > TestReader - test_epub_reader< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt39.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-03-27 15:58:07 +00:00
< div class = 'testcase' > TestReader - test_pdf_reader< / div >
2023-02-16 12:08:39 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt39.6' class = 'hiddenRow bg-success' >
2023-03-27 15:58:07 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestReader - test_single_file_comic< / div >
2023-03-27 15:58:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt39.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReader - test_sound_listener< / div >
2023-10-18 16:14:00 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-03-27 15:58:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt39.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestReader - test_txt_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestReadOnlyDatabase< / td >
< td class = "text-center" > 1< / td >
2023-10-03 06:12:33 +00:00
< td class = "text-center" > 1< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 0< / td >
2023-02-09 18:46:36 +00:00
< td class = "text-center" > 0< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 0< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c40', 1)" > Detail< / a >
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt40.1' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestReadOnlyDatabase - test_readonly_path< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = "su" class = "passClass" >
2023-02-16 12:08:39 +00:00
< td > TestRegister< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 8< / td >
< td class = "text-center" > 8< / td >
2023-02-28 18:48:53 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-02-09 18:46:36 +00:00
< td class = "text-center" > 0< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" >
2023-10-08 13:46:51 +00:00
< a onclick = "showClassDetail('c41', 8)" > Detail< / a >
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.1' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestRegister - test_forgot_password< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.2' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
< div class = 'testcase' > TestRegister - test_illegal_email< / div >
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.3' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestRegister - test_limit_domain< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-10-03 06:12:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.4' class = 'hiddenRow bg-success' >
2023-10-03 06:12:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestRegister - test_register_no_server< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.5' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestRegister - test_registering_only_email< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.6' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestRegister - test_registering_user< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.7' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-10-08 13:46:51 +00:00
< div class = 'testcase' > TestRegister - test_registering_user_fail< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-10-08 13:46:51 +00:00
< tr id = 'pt41.8' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestRegister - test_user_change_password< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-01-29 07:20:24 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
< tr id = "su" class = "passClass" >
< td > TestReverseProxy< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c42', 3)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt42.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_logout< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt42.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_move_page< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt42.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestReverseProxy - test_reverse_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-02-28 18:48:53 +00:00
< tr id = "su" class = "skipClass" >
2023-02-16 12:08:39 +00:00
< td > TestShelf< / td >
< td class = "text-center" > 16< / td >
2023-02-28 18:48:53 +00:00
< td class = "text-center" > 15< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c43', 16)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.1' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_access_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.2' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.3' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.4' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.5' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.6' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf_no_permission< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.7' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.9' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.10' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.11' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-01-29 07:20:24 +00:00
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.12' class = 'hiddenRow bg-success' >
2023-02-28 18:48:53 +00:00
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.13' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = "st43.14" class = "none bg-warning" >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestShelf - test_shelf_database_change< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-09 18:46:36 +00:00
< td colspan = '6' >
< div class = "text-center" >
2023-03-21 19:04:39 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st43.14')" > SKIP< / a >
2023-02-09 18:46:36 +00:00
< / div >
<!-- css div popup start -->
2023-03-21 19:04:39 +00:00
< div id = "div_st43.14" class = "popup_window test_output" style = "display:none;" >
2023-02-09 18:46:36 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-03-21 19:04:39 +00:00
onclick="document.getElementById('div_st43.14').style.display='none'">< span
2023-02-09 18:46:36 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-02-16 12:08:39 +00:00
< pre class = "text-left" > Change Database Not Implemented< / pre >
2023-02-09 18:46:36 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.15' class = 'hiddenRow bg-success' >
2022-06-17 08:14:33 +00:00
< td >
2023-02-16 12:08:39 +00:00
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-03-21 19:04:39 +00:00
< tr id = 'pt43.16' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-02-16 12:08:39 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "failClass" >
< td > TestSocket< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 1< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-03-21 19:04:39 +00:00
< a onclick = "showClassDetail('c44', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "ft44.1" class = "none bg-danger" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestSocket - test_socket_communication< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft44.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft44.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft44.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_socket.py" , line 76, in test_socket_communication
self.assertTrue(re.findall(r' Reached error page:\sabout:neterror\?e=connectionFailure' , error))
AssertionError: [] is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestSystemdActivation< / td >
2023-10-18 16:14:00 +00:00
< td class = "text-center" > 1< / td >
2023-05-27 13:32:48 +00:00
< td class = "text-center" > 0< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 1< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c45', 1)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et45.1" class = "none bg-info" >
2023-10-08 13:46:51 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestSystemdActivation - test_systemd_activation< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et45.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et45.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et45.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_systemd_activation.py" , line 105, in test_systemd_activation
self.fill_db_config({' config_calibre_dir' : TEST_DB})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 259, in fill_db_config
cls.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-10-03 06:12:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestThumbnailsEnv< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c46', 1)" > Detail< / a >
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et46.1" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnailsEnv - test_cover_cache_env_on_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnail_env.py" , line 64, in test_cover_cache_env_on_database_change
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > _ErrorHolder< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c47', 6)" > Detail< / a >
< / td >
< / tr >
2023-10-08 13:46:51 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et47.1" class = "none bg-info" >
2023-10-08 13:46:51 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_thumbnail_env)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnail_env.py" , line 53, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 487, 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 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, 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:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-10-08 13:46:51 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et47.2" class = "none bg-info" >
2023-10-08 13:46:51 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_thumbnails)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 53, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 487, 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 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, 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:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-10-03 06:12:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et47.3" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_upload_epubs)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c62ccd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 42, in tearDownClass
cls.driver.get(" http://127.0.0.1:" + PORTS[0])
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 449, in get
self.execute(Command.GET, {" url" : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c62ccd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et47.4" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_user_list)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e881f60> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 70, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 487, 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 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e881f60> : Failed to establish a new connection: [Errno 111] Connection refused' ))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e881c00> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 72, in tearDownClass
cls.driver.get(" http://127.0.0.1:" + PORTS[0])
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 449, in get
self.execute(Command.GET, {" url" : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e881c00> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et47.5" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_user_load)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c4a9210> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_load.py" , line 78, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 487, 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 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=55345): Max retries exceeded with url: /session/868465c6-8a4c-4aa7-80ab-3c247fb34506/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c4a9210> : Failed to establish a new connection: [Errno 111] Connection refused' ))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c618fd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_load.py" , line 80, in tearDownClass
cls.driver.get(" http://127.0.0.1:" + PORTS[0])
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 449, in get
self.execute(Command.GET, {" url" : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=55345): Max retries exceeded with url: /session/868465c6-8a4c-4aa7-80ab-3c247fb34506/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c618fd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et47.6" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > tearDownClass (test_visiblilitys)< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-10-18 16:14:00 +00:00
< td colspan = '6' >
< div class = "text-center" >
2023-12-10 06:26:26 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.6')" > ERROR< / a >
2023-10-18 16:14:00 +00:00
< / div >
<!-- css div popup start -->
2023-12-10 06:26:26 +00:00
< div id = "div_et47.6" class = "popup_window test_output" style = "display:block;" >
2023-10-18 16:14:00 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-12-10 06:26:26 +00:00
onclick="document.getElementById('div_et47.6').style.display='none'">< span
2023-10-18 16:14:00 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2023-12-10 06:26:26 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 39, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 487, 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 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, 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:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
2023-10-18 16:14:00 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestThumbnails< / td >
2023-10-08 13:46:51 +00:00
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 7< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c48', 8)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.1" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cache_non_writable< / div >
2023-02-16 12:08:39 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 214, in test_cache_non_writable
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.2" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cache_of_deleted_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 179, in test_cache_of_deleted_book
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 399, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.3" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_cache_on_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 81, in test_cover_cache_on_database_change
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.4" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_change_on_upload_new_cover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 121, in test_cover_change_on_upload_new_cover
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'st48.5' class = 'none bg-warning' >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_for_series< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.6" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_cover_on_upload_book< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-09 18:46:36 +00:00
< td colspan = '6' >
< div class = "text-center" >
2023-12-10 06:26:26 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.6')" > ERROR< / a >
2023-02-09 18:46:36 +00:00
< / div >
<!-- css div popup start -->
2023-12-10 06:26:26 +00:00
< div id = "div_et48.6" class = "popup_window test_output" style = "display:block;" >
2023-02-09 18:46:36 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2023-12-10 06:26:26 +00:00
onclick="document.getElementById('div_et48.6').style.display='none'">< span
2023-02-09 18:46:36 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2023-12-10 06:26:26 +00:00
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 229, in test_cover_on_upload_book
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
2023-02-09 18:46:36 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.7" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_remove_cover_from_cache< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 155, in test_remove_cover_from_cache
original_cover = self.check_element_on_page((By.ID, " detailcover" )).screenshot_as_png
AttributeError: ' bool' object has no attribute ' screenshot_as_png' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-10-08 13:46:51 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et48.8" class = "none bg-info" >
2023-10-08 13:46:51 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestThumbnails - test_sideloaded_book< / div >
2023-10-03 06:12:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et48.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et48.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et48.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_thumbnails.py" , line 268, in test_sideloaded_book
self.fill_thumbnail_config({' schedule_generate_book_covers' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 245, in fill_thumbnail_config
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" schedule_generate_book_covers" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestUpdater< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 1< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c49', 9)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et49.1" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_errors< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 231, in test_check_update_nightly_errors
update_table = self.check_element_on_page((By.ID, " current_version" )).find_elements(By.TAG_NAME, ' td' )
AttributeError: ' bool' object has no attribute ' find_elements' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft49.2" class = "none bg-danger" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_request_errors< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 263, in test_check_update_nightly_request_errors
self.check_updater(' Timeout' , " alert" , 13)
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 87, in check_updater
self.assertTrue(responsetext in self.check_element_on_page((By.ID, " message" )).text)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et49.3" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_stable_errors< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 153, in test_check_update_stable_errors
self.check_updater(' Timeout' , " alert" , 13)
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 87, in check_updater
self.assertTrue(responsetext in self.check_element_on_page((By.ID, " message" )).text)
AttributeError: ' bool' object has no attribute ' text' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et49.4" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_stable_versions< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 181, in test_check_update_stable_versions
self.check_updater(' {}.{}.{}' .format(*version3), " alert-warning" )
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 87, in check_updater
self.assertTrue(responsetext in self.check_element_on_page((By.ID, " message" )).text)
AttributeError: ' bool' object has no attribute ' text' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-09-25 06:23:14 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft49.5" class = "none bg-danger" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 374, in test_perform_update
self.assertTrue(os.path.isdir(thumbnail_cache_path))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et49.6" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update_stable_errors< / div >
2023-02-09 18:46:36 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et49.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et49.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et49.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_updater.py" , line 330, in test_perform_update_stable_errors
performUpdate.click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py" , line 93, in click
self._execute(Command.CLICK_ELEMENT)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py" , line 403, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < div id=" perform_update" class=" btn btn-primary hidden" > could not be scrolled into view
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:349:5
webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:166:11
interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:135:11
clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29
receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "st49.7" class = "none bg-warning" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update_timeout< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st49.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st49.7" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st49.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Takes too long< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt49.8' class = 'hiddenRow bg-success' >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_reconnect_database< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft49.9" class = "none bg-danger" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUpdater - test_update_write_protect< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft49.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft49.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft49.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > 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< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestUploadEPubs< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c50', 5)" > Detail< / a >
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et50.1" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et50.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et50.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et50.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e749c00> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 132, in test_upload_epub_cover
orig = self.verify_upload(os.path.join(base_path, ' files' , ' book.epub' ))
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 74, in verify_upload
upload = self.check_element_on_page((By.ID, ' btn-upload' ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 751, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 86, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py" , line 69, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e749c00> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et50.2" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover_formats< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et50.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et50.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et50.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e74a920> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 196, in test_upload_epub_cover_formats
orig = self.verify_upload(os.path.join(base_path, ' files' , ' book.epub' ))
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 74, in verify_upload
upload = self.check_element_on_page((By.ID, ' btn-upload' ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 751, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 86, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py" , line 69, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e74a920> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et50.3" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_duplicate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et50.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et50.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et50.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e71fd30> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 53, in test_upload_epub_duplicate
upload = self.check_element_on_page((By.ID, ' btn-upload' ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 751, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 86, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py" , line 69, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e71fd30> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et50.4" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_identifier< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et50.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et50.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et50.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e748ee0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 222, in test_upload_epub_identifier
self.assertFalse(self.check_element_on_page((By.ID, ' flash_danger' )))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 751, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 86, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py" , line 69, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e748ee0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2023-02-16 12:08:39 +00:00
2022-06-17 08:14:33 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et50.5" class = "none bg-info" >
2022-06-17 08:14:33 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_lang< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et50.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et50.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et50.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c62c8e0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 85, in test_upload_epub_lang
self.change_visibility_me({' locale' : " Italiano" })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 933, in change_visibility_me
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40387): Max retries exceeded with url: /session/e2945fca-5d9b-49e6-98b9-50b5fe00817b/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c62c8e0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
< td > TestUserList< / td >
< td class = "text-center" > 18< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 17< / td >
2023-02-16 12:08:39 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c51', 18)" > Detail< / a >
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.1" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_edit_user_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8c9de0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 821, in test_edit_user_email
self.edit_user(" no_one" , {' email' : " low@de.de " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 758, in edit_user
if cls.navigate_to_user(name):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 765, in navigate_to_user
user = cls.driver.find_elements(By.XPATH, " //table[@id=' table_user' ]/tbody/tr/td/a" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8c9de0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.2" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_list_visibility< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c62d480> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 166, in test_list_visibility
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c62d480> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.3" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_user_list_admin_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e71f160> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 433, in test_user_list_admin_role
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e71f160> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-04 09:57:53 +00:00
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-04-04 17:40:34 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et51.4" class = "none bg-info" >
2021-04-04 17:40:34 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_user_list_check_sort< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e7495d0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 615, in test_user_list_check_sort
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e7495d0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.5" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_user_list_denied_tags< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8c9c00> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 365, in test_user_list_denied_tags
self.get_book_details(5)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1472, in get_book_details
cls.driver.get(root_url + " /book/" + str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 449, in get
self.execute(Command.GET, {" url" : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8c9c00> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-21 12:23:27 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.6" class = "none bg-info" >
2021-11-21 12:23:27 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_user_list_download_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8c97b0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 461, in test_user_list_download_role
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8c97b0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-09 18:46:36 +00:00
< / td >
2023-02-16 12:08:39 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et51.7" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_button< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8c99f0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 155, in test_user_list_edit_button
ul = self.get_user_table(2)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1964, in get_user_table
if not self.goto_list_page(page):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1865, in goto_list_page
pages = self.driver.find_elements(By.CLASS_NAME, " page-item" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8c99f0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.8" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844c62c3d0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 241, in test_user_list_edit_email
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844c62c3d0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.9" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_kindle< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8cb2e0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 267, in test_user_list_edit_kindle
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8cb2e0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.10" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_language< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e89b400> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 329, in test_user_list_edit_language
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e89b400> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.11" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_locale< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8caf20> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 284, in test_user_list_edit_locale
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8caf20> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.12" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_name< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8eac80> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 218, in test_user_list_edit_name
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8eac80> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.13" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_visiblility< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8eab90> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 501, in test_user_list_edit_visiblility
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8eab90> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.14" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_guest_edit< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8ea2f0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 591, in test_user_list_guest_edit
self.fill_basic_config({' config_anonbrowse' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 399, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 304, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 86, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py" , line 69, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8ea2f0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.15" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_remove_admin< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8e9ae0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 449, in test_user_list_remove_admin
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8e9ae0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft51.16" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_requests< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft51.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft51.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft51.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 647, in test_user_list_requests
self.assertEqual(400, result.status_code)
AssertionError: 400 != 200< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.17" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_search< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e883940> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 544, in test_user_list_search
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e883940> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et51.18" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_sort< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et51.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et51.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et51.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.10/http/client.py" , line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.10/http/client.py" , line 1038, in _send_output
self.send(msg)
File " /usr/lib/python3.10/http/client.py" , line 976, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f844e8830a0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 552, in test_user_list_sort
ul = self.get_user_table(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1970, in get_user_table
header = self.driver.find_elements(By.XPATH, " //table[@id=' user-table' ]/thead/tr/th" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 860, in find_elements
return self.execute(Command.FIND_ELEMENTS, {" using" : by, " value" : value})[" value" ] or []
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 438, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 290, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py" , line 311, in _request
response = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/poolmanager.py" , line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 815, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py" , line 787, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=51473): Max retries exceeded with url: /session/9989ff54-5c6d-480f-b587-68a66e6b6da0/elements (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f844e8830a0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "failClass" >
< td > TestUserLoad< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c52', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = "ft52.1" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestUserLoad - test_user_change_vis< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft52.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft52.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft52.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_load.py" , line 136, in test_user_change_vis
self.assertTrue(results[i])
AssertionError: None is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestUserTemplate< / td >
< td class = "text-center" > 41< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 40< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c53', 41)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt53.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_allow_column_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "et53.2" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 605, in test_allow_tag_restriction
self.list_restrictions(RESTRICT_TAG_TEMPLATE)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 635, in list_restrictions
WebDriverWait(self.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.3" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.4" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 322, in test_archived_format_template
self.fill_view_config({' show_32768' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.5" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.6" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 351, in test_author_user_template
self.fill_view_config({' show_64' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.7" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.8" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 149, in test_best_user_template
self.fill_view_config({' show_128' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.9" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.10" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 235, in test_category_user_template
self.fill_view_config({' show_8' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.11" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.12" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 717, in test_deny_column_restriction
self.fill_view_config({' config_restricted_column' : " Custom Text 人物 *' ()& " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.13" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.14" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 643, in test_deny_tag_restriction
restricts = self.list_restrictions(RESTRICT_TAG_TEMPLATE)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 635, in list_restrictions
WebDriverWait(self.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.15" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.16" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 467, in test_detail_random_user_template
self.fill_view_config({' Show_detail_random' :0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.17" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.18" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 409, in test_download_user_template
self.fill_view_config({' show_65536' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.19" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.20" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 293, in test_format_user_template
self.fill_view_config({' show_16384' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.21" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.21')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.22" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.22')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.22" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 120, in test_hot_user_template
self.fill_view_config({' show_16' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.23" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.24" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 178, in test_language_user_template
self.fill_view_config({' show_2' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.25" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.25')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.26" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 566, in test_limit_book_languages
default_language = Select(self.check_element_on_page((By.ID, " default_language" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/select.py" , line 35, in __init__
if webelement.tag_name.lower() != " select" :
AttributeError: ' bool' object has no attribute ' tag_name' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.27" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.27')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.28" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 438, in test_list_user_template
self.fill_view_config({' show_131072' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et53.29" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.30" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.30')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.30" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.30').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 264, in test_publisher_user_template
self.fill_view_config({' show_4096' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.31" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.31')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.31" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.31').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.32" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.32')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.32" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.32').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 47, in test_random_user_template
self.fill_view_config({' show_32' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.33" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.33')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.33" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.33').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.34" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.34')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.34" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.34').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 380, in test_read_user_template
self.fill_view_config({' show_256' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.35" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.35')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.35" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.35').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.36" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.36')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.36" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.36').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 86, in test_recent_user_template
self.fill_view_config({' show_4' : 0, ' show_8' : 0, ' show_16' : 0, ' show_32' : 0, ' show_64' : 0, ' show_128' : 0,
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2023-02-16 12:08:39 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.37" class = "none bg-info" >
2023-02-16 12:08:39 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.37')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.37" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.37').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.38" class = "none bg-info" >
2022-06-18 16:44:02 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.38')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.38" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.38').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 207, in test_series_user_template
self.fill_view_config({' show_4' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-04-13 17:08:02 +00:00
< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et53.39" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.39')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.39" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.39').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-06-17 08:14:33 +00:00
< / td >
2022-06-18 16:44:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.40" class = "none bg-info" >
2022-06-18 16:44:02 +00:00
< td >
2023-12-10 06:26:26 +00:00
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.40')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.40" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.40').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 557, in test_ui_language_settings
self.assertEqual(username.text, ' Benutzername' )
AttributeError: ' bool' object has no attribute ' text' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-21 12:23:27 +00:00
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et53.41" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et53.41')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et53.41" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et53.41').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 44, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 91, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "su" class = "errorClass" >
2021-12-05 12:04:13 +00:00
< td > TestCalibreWebVisibilitys< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" > 35< / td >
2023-12-10 06:26:26 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 27< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c54', 35)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "ft54.1" class = "none bg-danger" >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_about< / div >
2021-11-21 12:23:27 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 51, in test_about
self.assertTrue(self.check_element_on_page((By.ID, ' libs' )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.2" class = "none bg-danger" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_SMTP_Settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 451, in test_admin_SMTP_Settings
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.3" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_add_user< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 462, in test_admin_add_user
self.driver.find_element(By.ID, " back" ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" back" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.4" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_password< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 428, in test_admin_change_password
self.change_current_user_password(" 123AbC*!" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 223, in change_current_user_password
cls.driver.find_element(By.ID, " top_user" ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" top_user" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.5" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_archived< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 382, in test_admin_change_visibility_archived
self.change_user({' show_32768' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_32768" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.6" class = "none bg-info" >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_authors< / div >
2021-08-29 09:31:10 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 396, in test_admin_change_visibility_authors
self.change_user({' show_64' : 0, ' email' : ' a@f.de' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_64" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.7" class = "none bg-info" >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_category< / div >
2021-08-29 09:31:10 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 418, in test_admin_change_visibility_category
self.change_user({' show_8' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_8" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.8" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats< / div >
2021-04-13 17:08:02 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 361, in test_admin_change_visibility_file_formats
self.change_user({' show_16384' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_16384" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.9" class = "none bg-info" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_hot< / div >
2021-04-04 17:40:34 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 265, in test_admin_change_visibility_hot
self.change_user({' show_16' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_16" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.10" class = "none bg-info" >
2021-04-26 17:03:01 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_language< / div >
2021-04-26 17:03:01 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 244, in test_admin_change_visibility_language
self.change_user({' show_2' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_2" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.11" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_publisher< / div >
2021-05-17 15:54:43 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 319, in test_admin_change_visibility_publisher
self.change_user({' show_4096' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_4096" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2022-06-18 16:44:02 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et54.12" class = "none bg-info" >
2022-06-18 16:44:02 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_random< / div >
2022-06-17 08:14:33 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 284, in test_admin_change_visibility_random
self.change_user({' show_32' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_32" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.13" class = "none bg-info" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rated< / div >
2021-04-21 17:23:11 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 181, in test_admin_change_visibility_rated
self.change_user({' show_128' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_128" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2020-12-09 18:02:10 +00:00
2023-12-10 06:26:26 +00:00
< tr id = "et54.14" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rating< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 340, in test_admin_change_visibility_rating
self.change_user({' show_8192' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_8192" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.15" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_read< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 202, in test_admin_change_visibility_read
self.change_user({' show_256' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_256" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.16" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_series< / div >
2020-09-09 05:00:09 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 296, in test_admin_change_visibility_series
self.change_user({' show_4' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_4" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.17" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_columns< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 748, in test_allow_columns
self.fill_view_config({' config_restricted_column' : " Custom Text 人物 *' ()& " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-01-26 06:31:01 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.18" class = "none bg-danger" >
2022-01-26 06:31:01 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_tags< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 611, in test_allow_tags
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.19" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_archive_books< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 1070, in test_archive_books
self.assertIsNotNone(details[' archived' ])
KeyError: ' archived' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.20" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_authors_max_settings< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.20')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 1029, in test_authors_max_settings
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.21" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_change_title< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.21')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 483, in test_change_title
self.fill_view_config({' config_calibre_web_title' : ' Lü 执' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 404, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py" , line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.22" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_checked_logged_in< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.22')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.22" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 47, in test_checked_logged_in
self.assertTrue(self.check_element_on_page((By.NAME, ' query' )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.23" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_hide_custom_column< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 979, in test_hide_custom_column
self.check_element_on_page((By.ID, " edit_book" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.24" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_link_column_to_read_status< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 811, in test_link_column_to_read_status
list_element[0][' ele' ].click()
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.25" class = "none bg-danger" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_random_books_available< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.25')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 57, in test_random_books_available
self.assertTrue(self.check_element_on_page((By.ID, " books_rand" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.26" class = "none bg-info" >
2022-04-26 08:49:06 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_read_status_visible< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 927, in test_read_status_visible
self.check_element_on_page((By.XPATH, " //*[@id=' have_read_cb' ]" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "ft54.27" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_request_link_column_to_read_status< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft54.27')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft54.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft54.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 918, in test_request_link_column_to_read_status
self.assertTrue(" flash_danger" in result.text)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.28" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_columns< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 689, in test_restrict_columns
self.edit_book(10, custom_content={" Custom Text 人物 *' ()& " : ' test' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1789, in edit_book
submit.click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.29" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_tags< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 539, in test_restrict_tags
self.assertEqual(len(elements[' include_tags' ]), 1)
TypeError: ' bool' object is not subscriptable< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.30" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_save_views_recent< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.30')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.30" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.30').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 1118, in test_save_views_recent
self.check_element_on_page((By.ID, " desc" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt54.31' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_functions< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.32" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_order< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.32')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.32" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.32').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 508, in test_search_order
self.verify_order(" search" , order=order)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1390, in verify_order
self.check_element_on_page((By.ID, key)).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.33" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_string< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.33')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.33" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.33').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 489, in test_search_string
self.assertEqual(7, len(self.adv_search({' book_title' : ' book ' })))
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.34" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_email_available< / div >
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.34')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.34" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.34').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 107, in test_user_email_available
self.driver.find_element(By.ID, " top_user" ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" top_user" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = "et54.35" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_visibility_sidebar< / div >
2020-12-08 10:24:07 +00:00
< / td >
2023-12-10 06:26:26 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et54.35')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et54.35" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et54.35').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 124, in test_user_visibility_sidebar
self.change_user({' show_32' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1074, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 830, in find_element
return self.execute(Command.FIND_ELEMENT, {" using" : by, " value" : value})[" value" ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py" , line 440, 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 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" show_32" ]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/< /< @chrome://remote/content/shared/DOM.sys.mjs:132:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2023-01-31 17:54:20 +00:00
2023-02-28 18:48:53 +00:00
< tr id = "su" class = "passClass" >
2023-01-31 17:54:20 +00:00
< td > TestCalibreHelper< / td >
< td class = "text-center" > 16< / td >
2023-02-28 18:48:53 +00:00
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
2023-01-31 17:54:20 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2023-12-10 06:26:26 +00:00
< a onclick = "showClassDetail('c55', 16)" > Detail< / a >
2023-01-31 17:54:20 +00:00
< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.1' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.2' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.3' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.4' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.5' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.6' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.7' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.8' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.9' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_deg_eur_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.10' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.11' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.12' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.13' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.14' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_random_password< / div >
< / td >
2023-02-28 18:48:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2023-01-31 17:54:20 +00:00
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.15' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_split_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2023-12-10 06:26:26 +00:00
< tr id = 'pt55.16' class = 'hiddenRow bg-success' >
2023-01-31 17:54:20 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_whitespaces< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2023-12-10 06:26:26 +00:00
< td > 492< / td >
< td > 354< / td >
< td > 16< / td >
< td > 112< / td >
< td > 10< / td >
2020-09-09 05:00:09 +00:00
< td > < / td >
< / tr >
< / table >
< div class = "panel-group" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< h4 class = "panel-title" >
< a class = "accordion-toggle" data-toggle = "collapse" href = "#collapseOne" >
< span class = "glyphicon glyphicon-plus" > < / span >
Tested environment
< / a >
< / h4 >
< / div >
< div id = "collapseOne" class = "panel-collapse collapse" >
< div class = "panel-body" >
< table id = "libs" class = "table" >
< thead >
< tr >
< th > Program library< / th >
< th > Installed Version< / th >
< th > Test class< / th >
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
2023-12-10 06:26:26 +00:00
< td > Linux 6.2.0-37-generic #38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2 x86_64 x86_64< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Python< / th >
2023-08-23 18:50:39 +00:00
< td > 3.10.12< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2022-04-26 08:49:06 +00:00
< tr >
< th > advocate< / th >
< td > 1.0.0< / td >
< td > Basic< / td >
< / tr >
2022-02-09 17:17:00 +00:00
< tr >
< th > APScheduler< / th >
2023-08-24 08:51:16 +00:00
< td > 3.10.4< / td >
2022-02-09 17:17:00 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Babel< / th >
2023-12-10 06:26:26 +00:00
< td > 2.13.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > chardet< / th >
< td > 4.0.0< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask< / th >
2023-08-24 08:51:16 +00:00
< td > 2.3.3< / td >
2023-01-29 07:20:24 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > flask-babel< / th >
2023-08-29 18:04:18 +00:00
< td > 3.1.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2023-01-29 07:20:24 +00:00
< th > Flask-Limiter< / th >
2023-08-29 18:04:18 +00:00
< td > 3.4.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Login< / th >
2023-01-29 07:20:24 +00:00
< td > 0.6.2< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
< td > Basic< / td >
< / tr >
2021-10-06 16:41:01 +00:00
< tr >
< th > Flask-WTF< / th >
2023-10-03 06:12:33 +00:00
< td > 1.1.2< / td >
2021-10-06 16:41:01 +00:00
< td > Basic< / td >
< / tr >
2021-05-17 15:54:43 +00:00
< tr >
< th > greenlet< / th >
2023-12-10 06:26:26 +00:00
< td > 3.0.2< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > iso-639< / th >
< td > 0.4.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Jinja2< / th >
2022-04-30 06:26:00 +00:00
< td > 3.1.2< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > lxml< / th >
2023-07-28 11:44:56 +00:00
< td > 4.9.3< / td >
2022-04-26 08:49:06 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > pyasn1< / th >
2023-12-10 06:26:26 +00:00
< td > 0.5.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2023-01-29 07:20:24 +00:00
< th > pypdf< / th >
2023-10-03 06:12:33 +00:00
< td > 3.15.5< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > pytz< / th >
2023-10-03 06:12:33 +00:00
< td > 2023.3.post1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > requests< / th >
2023-08-29 18:04:18 +00:00
< td > 2.31.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > SQLAlchemy< / th >
2023-12-10 06:26:26 +00:00
< td > 1.4.50< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > tornado< / th >
2023-08-29 18:04:18 +00:00
< td > 6.3.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Unidecode< / th >
2023-10-03 06:12:33 +00:00
< td > 1.3.7< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Wand< / th >
2023-12-10 06:26:26 +00:00
< td > 0.6.13< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Werkzeug< / th >
2023-12-10 06:26:26 +00:00
< td > 2.3.8< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2023-03-26 06:19:36 +00:00
< td > TestBackupMetadataGdrive< / td >
2023-03-21 19:04:39 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
< td > TestBackupMetadataGdrive< / td >
2023-03-21 19:04:39 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2023-03-26 06:19:36 +00:00
< td > TestBackupMetadataGdrive< / td >
2023-03-21 19:04:39 +00:00
< / tr >
< tr >
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2023-03-26 06:19:36 +00:00
< td > TestBackupMetadataGdrive< / td >
2023-03-21 19:04:39 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2023-03-26 06:19:36 +00:00
< td > TestBackupMetadataGdrive< / td >
2023-03-21 19:04:39 +00:00
< / tr >
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
2020-10-06 19:40:47 +00:00
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > comicapi< / th >
2023-07-28 11:44:56 +00:00
< td > 3.2.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
2023-08-23 18:50:39 +00:00
< tr >
< th > py7zr< / th >
2023-12-10 06:26:26 +00:00
< td > 0.20.8< / td >
2023-08-23 18:50:39 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > rarfile< / th >
2023-10-03 06:12:33 +00:00
< td > 4.1< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
2023-08-23 18:50:39 +00:00
< tr >
< th > py7zr< / th >
2023-12-10 06:26:26 +00:00
< td > 0.20.8< / td >
2023-08-23 18:50:39 +00:00
< td > TestEditBooks< / td >
< / tr >
2022-02-01 19:08:42 +00:00
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2023-04-15 09:00:38 +00:00
< td > 4.12.2< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadata< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2023-03-26 06:19:36 +00:00
< td > 0.22.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2023-04-15 09:00:38 +00:00
< td > 4.12.2< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > scholarly< / th >
2023-01-29 07:20:24 +00:00
< td > 1.7.11< / td >
2022-01-26 06:31:01 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2020-09-12 10:11:33 +00:00
< tr >
< th > google-api-python-client< / th >
2023-12-10 06:26:26 +00:00
< td > 2.110.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2023-03-21 19:04:39 +00:00
< td > 0.22.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2023-12-10 06:26:26 +00:00
< td > 1.18.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2023-07-28 11:44:56 +00:00
< td > 6.0.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > TestGoodreads< / td >
< / tr >
2021-02-09 17:05:32 +00:00
< tr >
< th > python-Levenshtein< / th >
2023-10-09 05:01:16 +00:00
< td > 0.23.0< / td >
2021-02-09 17:05:32 +00:00
< td > TestGoodreads< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > jsonschema< / th >
2023-12-10 06:26:26 +00:00
< td > 4.20.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestKoboSync< / td >
< / tr >
2021-10-30 05:31:12 +00:00
< tr >
< th > jsonschema< / th >
2023-12-10 06:26:26 +00:00
< td > 4.20.0< / td >
2021-10-30 05:31:12 +00:00
< td > TestKoboSyncBig< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
< td > 1.4.0< / td >
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > jsonschema< / th >
2023-12-10 06:26:26 +00:00
< td > 4.20.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > python-ldap< / th >
2023-12-10 06:26:26 +00:00
< td > 3.4.4< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > Flask-Dance< / th >
2023-05-27 13:32:48 +00:00
< td > 7.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
2023-05-27 13:32:48 +00:00
< td > 0.41.1< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< script >
2023-12-10 06:26:26 +00:00
drawCircle(354, 16, 112, 10);
2021-04-21 17:23:11 +00:00
showCase(5);
2020-09-09 05:00:09 +00:00
< / script >
2021-10-06 16:41:01 +00:00
2020-09-09 05:00:09 +00:00
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
< / div >
< / footer >
< / body >
< / html >